G
Guest
I wnat to execute an IF function which returns a value (cell content) to another cell. I like to know how If finction returns not just the cell content but also its format. e.g.
if A1=555, ( A1 is formatted so that the font is Blue)
A2=555 (A2 is formattted so that the font color is Red)
A3=1
A4 is an empty cell and formatted so that font color is Black.
in A4 if I use IF function as ...If(A3=1,A1,A2)
When the value returns I like to see 555 in blue font and not black
How can I do this...please help....Thanks
if A1=555, ( A1 is formatted so that the font is Blue)
A2=555 (A2 is formattted so that the font color is Red)
A3=1
A4 is an empty cell and formatted so that font color is Black.
in A4 if I use IF function as ...If(A3=1,A1,A2)
When the value returns I like to see 555 in blue font and not black
How can I do this...please help....Thanks