ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   if function? (https://www.excelbanter.com/excel-worksheet-functions/136438-if-function.html)

Phil

if function?
 
What is the if function to only have the formula work if there is something
in the cell.
tia


Don Guillett

if function?
 

=if(a1="","",a1*4)
--
Don Guillett
SalesAid Software

"Phil" wrote in message
...
What is the if function to only have the formula work if there is
something in the cell.
tia




Toppers

if function?
 
Do you mean...

=IF(A1="","",your formula)

=IF(ISBLANK(A1),"",your formula)


"Phil" wrote:

What is the if function to only have the formula work if there is something
in the cell.
tia



Mike

if function?
 
this should help explain if
=IF(A1<"","This is True because there is a value in cell A1","This is False
because there is no value in cell A1")

"Phil" wrote:

What is the if function to only have the formula work if there is something
in the cell.
tia




All times are GMT +1. The time now is 03:32 AM.

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