I will be completely honest, I am at a loss here. This is what was asked of me but quite frankly, it threw me into a loop.
This is the question, verbatim... can you gurus figure this out without the spreadsheet being in front of you?
Once again, I appreciate you all very much, seriously!
And I quote
============================================
I would like to be able to test for a range, so if "a1" is less than 12.5 but greater than 7.5, it returns "b".
(Thus far they have) used nested if loops, but since you can have only 7 ifs in a formula, it gets tedious. A look up box with ranges (if <=, etc) would be great.
Here is an example of the nested loops: =IF(C336<6.25,5,IF(C336<8.75,7.5,IF(C336<11.25,10,IF(C336<13.75,12.5,IF(C336<16.25,15,IF(C336<18.75,17.5,20))))))
They would like to have maybe 25 tests in the loop.
The test data provided is as follows, (with no cell references or anything so if this is not possible to figure without more information, let me know and we'll just close the thread)
10 b 15 10 5
c b a
I'm like... huh? I think we need more data but I'm not even sure what to ask... and BTW, this is like 3rd hand.
Sorry to be so detailed, yet so vague.
LadyCK3
This is the question, verbatim... can you gurus figure this out without the spreadsheet being in front of you?
Once again, I appreciate you all very much, seriously!
And I quote
============================================
I would like to be able to test for a range, so if "a1" is less than 12.5 but greater than 7.5, it returns "b".
(Thus far they have) used nested if loops, but since you can have only 7 ifs in a formula, it gets tedious. A look up box with ranges (if <=, etc) would be great.
Here is an example of the nested loops: =IF(C336<6.25,5,IF(C336<8.75,7.5,IF(C336<11.25,10,IF(C336<13.75,12.5,IF(C336<16.25,15,IF(C336<18.75,17.5,20))))))
They would like to have maybe 25 tests in the loop.
The test data provided is as follows, (with no cell references or anything so if this is not possible to figure without more information, let me know and we'll just close the thread)
10 b 15 10 5
c b a
I'm like... huh? I think we need more data but I'm not even sure what to ask... and BTW, this is like 3rd hand.
Sorry to be so detailed, yet so vague.
LadyCK3