Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default 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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default 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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOKUP CONDITION TO RETURN BLANK CELL WHERE LOOKUP VALUE IS NOT IN TABLE ARRAY Scott Lolmaugh Excel Worksheet Functions 3 March 9th 06 11:05 PM
Return an empty or blank cell value? Troymello Excel Worksheet Functions 0 March 3rd 06 05:19 PM
return a blank cell jpotts8117 Excel Worksheet Functions 5 September 23rd 05 08:33 PM
blank cell turns to 0 LMB New Users to Excel 2 April 25th 05 03:57 PM
if the value of a cell in a range is not blank, then return the v. kvail Excel Worksheet Functions 2 April 8th 05 10:07 PM


All times are GMT +1. The time now is 11:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"