> How would that differ from merely:
> F2: =A2
The difference comes into play when A2 is empty.
=A2 returns 0
=IF(A2="","",A2) returns an empty string (cell appears empty)

Signature
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)
>>Try this in cell F2:
>>
[quoted text clipped - 13 lines]
>
> --ron
Ron Rosenfeld - 02 Jan 2007 02:30 GMT
>> How would that differ from merely:
>> F2: =A2
[quoted text clipped - 3 lines]
>=A2 returns 0
>=IF(A2="","",A2) returns an empty string (cell appears empty)
Duh.
Of course.
Thanks.
--ron