Hi,
I'm working with Excel 2007.
I have the following formula:
=IF(AND(D10>=0,D10<=4),"Don't Benefit € 0 to -4",IF(AND(D10>4,D10<=8),"Don't Benefit € -4 to -8",IF(AND(D10>8,D10<=12),0)))
Basically what the formula is doing is assigning a Spending range - eg. Don't Benefit € 0 to -4, if the spend is between 0 & 4.
What I would like to do it use a customised table what will be easier to maintain. What i mean is, I would like to replace the >=0, <=4, >4, <=8 etc. that are hard-coded in formula and instead I will reference these variables to a table eg:
From To
>=0 <=4
>4 <=8 etc.
Is there a way I can do this?
regards,
I'm working with Excel 2007.
I have the following formula:
=IF(AND(D10>=0,D10<=4),"Don't Benefit € 0 to -4",IF(AND(D10>4,D10<=8),"Don't Benefit € -4 to -8",IF(AND(D10>8,D10<=12),0)))
Basically what the formula is doing is assigning a Spending range - eg. Don't Benefit € 0 to -4, if the spend is between 0 & 4.
What I would like to do it use a customised table what will be easier to maintain. What i mean is, I would like to replace the >=0, <=4, >4, <=8 etc. that are hard-coded in formula and instead I will reference these variables to a table eg:
From To
>=0 <=4
>4 <=8 etc.
Is there a way I can do this?
regards,