Hey there i know there is something simple I am missing. I am trying to set up a formula that will pull data from a cell based on where another cell falls in line numerically
A B C
1 <2999 <9999 <250000
2 10 20 30
So basically if the number in a cell i specify lets say F49 is less than 2999 i need it to display the value in cell A2, if it is between 2999 and 9999 i need it show the value in cell B2, and if over 99999 it displays value of C2
A B C
1 <2999 <9999 <250000
2 10 20 30
So basically if the number in a cell i specify lets say F49 is less than 2999 i need it to display the value in cell A2, if it is between 2999 and 9999 i need it show the value in cell B2, and if over 99999 it displays value of C2