K
Keith
I have the following statement in cell C29...
=IF(RENOVATION!D17="Actual Measured SF",RENOVATION!B17,IF(RENOVATION!
D17="Open office plan light conf. rooms",".5",IF(RENOVATION!D17="Open
office with medium conf.",".75",IF(RENOVATION!D17="Perimeter hard
walled offices with open office core",1,0))))
For the last 3 "IF" statements...if the value is true then the
statement returns the values .5, .75, & 1 respectively. How could I
get the statement to multiply the .5, .75, & 1 values, respectively,
to cell C5 and return the value to cell C29? Can all this even be done
in the same cell using only one statement?
Thanks,
Keith
=IF(RENOVATION!D17="Actual Measured SF",RENOVATION!B17,IF(RENOVATION!
D17="Open office plan light conf. rooms",".5",IF(RENOVATION!D17="Open
office with medium conf.",".75",IF(RENOVATION!D17="Perimeter hard
walled offices with open office core",1,0))))
For the last 3 "IF" statements...if the value is true then the
statement returns the values .5, .75, & 1 respectively. How could I
get the statement to multiply the .5, .75, & 1 values, respectively,
to cell C5 and return the value to cell C29? Can all this even be done
in the same cell using only one statement?
Thanks,
Keith