Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP CONDITION TO RETURN BLANK CELL WHERE LOOKUP VALUE IS NOT IN TABLE ARRAY | Excel Worksheet Functions | |||
Return an empty or blank cell value? | Excel Worksheet Functions | |||
return a blank cell | Excel Worksheet Functions | |||
blank cell turns to 0 | New Users to Excel | |||
if the value of a cell in a range is not blank, then return the v. | Excel Worksheet Functions |