Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
rocky
 
Posts: n/a
Default Empty Cell ( blank Cell )

How to write formula or write in the formula " if cell is left blank or
empty" skip and carry with the rest of the formula
  #2   Report Post  
bj
 
Posts: n/a
Default

Would you give a little more detail? I am not sure what you want to do.

"rocky" wrote:

How to write formula or write in the formula " if cell is left blank or
empty" skip and carry with the rest of the formula

  #3   Report Post  
CLR
 
Posts: n/a
Default

Maybe you're looking for something like this........

=IF(A1=B1,"",A1+B1)

Which says in Excel formula language, "if cell A1 is equal to cell B1, then
leave the cell where this formula is located blank, otherwise, put in it the
sum of A1 and B1.........

or maybe,
=IF(A1="",B1*2, B1*3)

Which says, if Cell A1 is empty, then put in the cell where this formula is
the product of B1 times 2, otherwise put B1 times 3...

The two quotation marks with no space between them represent the "null"
condition or for display purposes, a blank or empty cell...........

Vaya con Dios,
Chuck, CABGx3


"rocky" wrote in message
...
How to write formula or write in the formula " if cell is left blank or
empty" skip and carry with the rest of the formula



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
blank cell turns to 0 LMB New Users to Excel 2 April 25th 05 03:57 PM
?? Extra blank lines in 'address' cell after exporting to Excel Hadyn Pkok Excel Discussion (Misc queries) 4 April 15th 05 11:34 PM
Cell set to wrap text and blank line -- fix? Fred Holmes Excel Discussion (Misc queries) 0 January 25th 05 07:10 PM
How do I set a cell to "Empty" so that it does not display in a ch Ian Charts and Charting in Excel 3 January 7th 05 01:12 AM
make a cell empty based on condition mpierre Charts and Charting in Excel 2 December 29th 04 01:01 PM


All times are GMT +1. The time now is 09:58 AM.

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"