Started By
Message

re: Need excel help

Posted on 11/5/21 at 9:11 pm to
Posted by sumtimeitbeslikedat
Vidalia, La
Member since Nov 2013
4685 posts
Posted on 11/5/21 at 9:11 pm to
quote:

A1= amount
A2= election percentage
A3 = if the election percentage is >= 7, multiply amount by .04
if the election percentage is > 1 but < 7, multiply amount by .03
If the election percentage is <= 1, multiply by .02


=ifna(if(A2>=7,A1*.04, if(and(A2>1, A2<7),A1*.03,if(A2<=1,A1*.02,””))),””)
Posted by East Coast Band
Member since Nov 2010
65801 posts
Posted on 11/5/21 at 9:12 pm to
A3=288
Posted by castorinho
13623 posts
Member since Nov 2010
84493 posts
Posted on 11/5/21 at 9:12 pm to
why aren't you using columns?


=IF(B1>=7, A1*0.04, IF(B1<=1,A1*0.02, A1*0.03), A1*0.03)
Posted by Eli Goldfinger
Member since Sep 2016
32785 posts
Posted on 11/5/21 at 9:17 pm to
Populate the factors in 3 cells.
Create a pivot table.
Bring in the group/name and 3 populated columns.
Use a filter to select your election percentage range.
Select the value from the appropriate column.
Posted by OweO
Plaquemine, La
Member since Sep 2009
117581 posts
Posted on 11/5/21 at 9:18 pm to
quote:


Learn how to use google sheets boomer


Learn how to use the help feature dumbass
Posted by OysterPoBoy
City of St. George
Member since Jul 2013
40550 posts
Posted on 11/5/21 at 9:19 pm to
quote:

Need excel help


If you needed incel help you’d be in the right place.
Posted by Newrow
Member since Oct 2017
946 posts
Posted on 11/5/21 at 9:22 pm to
Posted by cw03
Member since Aug 2011
32 posts
Posted on 11/5/21 at 9:29 pm to
Thank you Sir!

And for everyone else, thanks for the replies.
Posted by shutterspeed
MS Gulf Coast
Member since May 2007
68140 posts
Posted on 11/5/21 at 9:30 pm to
Posted by LZ83
La
Member since Sep 2016
17420 posts
Posted on 11/5/21 at 9:30 pm to
You’re welcome
Posted by sumtimeitbeslikedat
Vidalia, La
Member since Nov 2013
4685 posts
Posted on 11/5/21 at 9:51 pm to
quote:

Thank you Sir!


You are welcome.
Posted by Lou
Modesto, CA
Member since Aug 2005
8434 posts
Posted on 11/5/21 at 9:54 pm to
I would write vba code with a case select statement, but if you strictly want a cell formula I believe a nested IF statement would work. I am on my phone so I can't verify, but I believe it is the following:

=IF(A2>=7,A1*.04,(IF(A2<=1,A1*.02,A1*.03)))


* Sorry didn't realize it had already been answered. And based on other answers yes, your data would be in columns not rows, as one poster pointed out.
This post was edited on 11/5/21 at 9:57 pm
Posted by ruff fish
Member since Feb 2021
525 posts
Posted on 11/6/21 at 1:38 pm to
I heard somewhere when an American learned that his parents had voted for Biden.
He was very offended by them and stopped going to their graves.
Posted by RebelOP
Misty Mountain Top
Member since Jun 2013
12486 posts
Posted on 11/6/21 at 2:10 pm to
(no message)
Posted by Wait For It...
Member since Jun 2012
3516 posts
Posted on 11/6/21 at 3:27 pm to
It would be simpler if you did <=1, then <7, then the rest would be <=7.

If(A2 <=1, A1*.02, if(A2 <7, A1*.03, A1 *.04))
Posted by Breauxsif
Member since May 2012
22291 posts
Posted on 11/6/21 at 3:30 pm to
Chris is a scumbag, Wiesel.
first pageprev pagePage 2 of 2Next pagelast page
refresh

Back to top
logoFollow TigerDroppings for LSU Football News
Follow us on X, Facebook and Instagram to get the latest updates on LSU Football and Recruiting.

FacebookXInstagram