![]() |
Return a value to a cell that is blank
Cell A2 is blank, I want a formula to look at A2 if it is blank I want to
return the value from A3; if cell A2 is not blank do nothing. -- Thanks for your help. |
Return a value to a cell that is blank
Try this:
=IF(A2="",A3,"") HTH, Elkar "hilltop55" wrote: Cell A2 is blank, I want a formula to look at A2 if it is blank I want to return the value from A3; if cell A2 is not blank do nothing. -- Thanks for your help. |
Return a value to a cell that is blank
Try this:
=IF(A2="",A3,"") Biff "hilltop55" wrote in message ... Cell A2 is blank, I want a formula to look at A2 if it is blank I want to return the value from A3; if cell A2 is not blank do nothing. -- Thanks for your help. |
All times are GMT +1. The time now is 09:59 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com