![]() |
More IF help
This I know is simple, but I am more simple. :^ )
I have a cell that I want to equal another cell on the sheet, but if that cell is empty then I want it to read an alternate cell. |
One way:
=IF(ISBLANK(A1),B1,A1) In article , "chris w" wrote: This I know is simple, but I am more simple. :^ ) I have a cell that I want to equal another cell on the sheet, but if that cell is empty then I want it to read an alternate cell. |
Hi,
I presume you want like this. If you have datas in columns A&B then C1=if(A1="","",B1) "" means blank Thank you, k.s.Warrier "chris w" wrote: This I know is simple, but I am more simple. :^ ) I have a cell that I want to equal another cell on the sheet, but if that cell is empty then I want it to read an alternate cell. |
All times are GMT +1. The time now is 05:57 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com