I'm not sure if I'm in the right place or if what I'm wanting to do is even possible, but if anyone could help I'd really appreciate it.
I'm trying to have a cell return a value for a range of numbers.
--B2 is where I would input a number.
--If B2 is between 1 and 99,999, then B4 should return "100%".
--If B2 is between 100,000 and 117,999, then B4 should return "99%".
--If B2 is between 118,000 and 135,999, then B4 should return "98%".
--If B2 is between 136,000 and 171,999, then B4 should return "96%".
--And so on... until if B2 is 1,000,000 or higher, B4 should return "50%".
So for every 18,000 added to 100,000, "1%" is subtracted from the previous % all the way down to "50%", which is returned when anything 1,000,000 or above in entered into B2.
So, for example:
--If I enter 532,550 in B2, B4 should return "76%".
--If I enter 285,321 in B2, B4 should return "90%".
--If I enter 67,500 in B2, B4 should return "100%".
--If I enter 2,343,500 in B2, B4 should return "50%".
I hope I was clear enough. I can really use the help. Thanks in advance!
Bookmarks