ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Empty Cell ( blank Cell ) (https://www.excelbanter.com/excel-worksheet-functions/24095-empty-cell-blank-cell.html)

rocky

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

bj

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


CLR

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





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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com