P
Pete Poxton
I need to reference a cell within a formula as below. I
could do it with Lotus, but Excel I can't.
Assume cell B5 has "b" in it.
Lotus;
&"+if(a1="&b5&"1,1,0)"
this formula would look at cell b5 for a column reference
and then use it to calculate the formula as below;
+if(a1=b1,1,0)
Excel;
="=if(a1="&b5&"1,1,0)"
When I try this all I get is the right thing but it shows
me the text formula and not the calculated value.
=if(a1=b1,1,0)
Any Ideas?
could do it with Lotus, but Excel I can't.
Assume cell B5 has "b" in it.
Lotus;
&"+if(a1="&b5&"1,1,0)"
this formula would look at cell b5 for a column reference
and then use it to calculate the formula as below;
+if(a1=b1,1,0)
Excel;
="=if(a1="&b5&"1,1,0)"
When I try this all I get is the right thing but it shows
me the text formula and not the calculated value.
=if(a1=b1,1,0)
Any Ideas?