ChatterBank6 mins ago
Excel Help
6 Answers
I'm trying to enter a formula where if the number in cell B139 is between 1 and 10,000, you enter 20% in cell F139, if it is between 10,001 and 20,000 you enter 25%, and so on. I can't work out how to do it. I've tried doing something like =IF(B139,1:10000,"20%") but this didn't work. And I've tried doing it as a LOOKUP table but wasn't sure how to set out the number ranges in the first column.
Can anyone help me please?
Many thanks.
Can anyone help me please?
Many thanks.
Answers
Oh for crying out loud AB, what was that all about? Why've you deleted most of my post? I'll try it again, I'm going to insert a load of spaces. If you use my formula, don't use any of them. In F139, type the following "=IF(B139 < 10000,20, IF(B139 < 20000,25, IF(B139 < 30000, 30, 0))) Then change the number format of cell F139 to Percentage. Should work.
16:23 Fri 22nd Nov 2013
Oh for crying out loud AB, what was that all about? Why've you deleted most of my post?
I'll try it again, I'm going to insert a load of spaces. If you use my formula, don't use any of them.
In F139, type the following "=IF(B139 < 10000,20, IF(B139 < 20000,25, IF(B139 < 30000,30,0)))
Then change the number format of cell F139 to Percentage. Should work.
I'll try it again, I'm going to insert a load of spaces. If you use my formula, don't use any of them.
In F139, type the following "=IF(B139 < 10000,20, IF(B139 < 20000,25, IF(B139 < 30000,30,0)))
Then change the number format of cell F139 to Percentage. Should work.