|
Re: tables and if function
Then you need not to refer to numbers but to cells (where you can change numbers)
For example: instead of =if(F2="a",if(E2<4.5,10,20),if(E2<4.5,40,60))
Define some cells eg A1=4.5, A2=10, A3=20, A4=40, C50=60 and write:
=if(F2="a",if(E2<$A$1,$A$2,$A$3),if(E2<$A$1,$A$4,$C$50))
__________________
"Relax. What is mind? No matter. What is matter? Never mind!"
|