Hi,
I am trying to write a formula in Excel 2k7 that basically states if an input is larger than "x" than this is the value but I have 3 variables.
For example:
Variables are 17000, 20100, 35500 (cells AH5, AI5 and AJ5, respectively)
I am taking the value from a cell (d27)
I would like a formula that will calculate if d27 is less than 17000 then "x2500" will be the output. If d27 is greater than 17000 but less than 20100 then "x4500" will be the output and lastly if d27 is greater than 20100 and less than 35500 then "x6500" will be the output.
Here is the latest formula i tried that didnt work.
=IF(D27<AH5,"x2500",if(not(d27>=AH5,"x4500"),if(d27>AI5,"x6500")
Any help would be greatly appreciated!!
-Fizzle
I am trying to write a formula in Excel 2k7 that basically states if an input is larger than "x" than this is the value but I have 3 variables.
For example:
Variables are 17000, 20100, 35500 (cells AH5, AI5 and AJ5, respectively)
I am taking the value from a cell (d27)
I would like a formula that will calculate if d27 is less than 17000 then "x2500" will be the output. If d27 is greater than 17000 but less than 20100 then "x4500" will be the output and lastly if d27 is greater than 20100 and less than 35500 then "x6500" will be the output.
Here is the latest formula i tried that didnt work.
=IF(D27<AH5,"x2500",if(not(d27>=AH5,"x4500"),if(d27>AI5,"x6500")
Any help would be greatly appreciated!!
-Fizzle