ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   return a blank cell (https://www.excelbanter.com/excel-worksheet-functions/46959-return-blank-cell.html)

jpotts8117

return a blank cell
 

I would like to acheive a blank cell if it meets the qualification:

if the contents of the cell is greater than zero then mulitiply the
contents by 4; if the cell is empty then return an empty cell (not
0.0)

can it be done?


--
jpotts8117
------------------------------------------------------------------------
jpotts8117's Profile: http://www.excelforum.com/member.php...o&userid=27517
View this thread: http://www.excelforum.com/showthread...hreadid=470302


Anne Troy

If(a10,a1*4,"")
But Excel will not consider the cell to truly be blank...
************
Anne Troy
www.OfficeArticles.com

"jpotts8117" wrote
in message ...

I would like to acheive a blank cell if it meets the qualification:

if the contents of the cell is greater than zero then mulitiply the
contents by 4; if the cell is empty then return an empty cell (not
0.0)

can it be done?


--
jpotts8117
------------------------------------------------------------------------
jpotts8117's Profile:
http://www.excelforum.com/member.php...o&userid=27517
View this thread: http://www.excelforum.com/showthread...hreadid=470302




Biff

Hi!

Try this:

=IF(A10,A1*4,"")

Biff

"jpotts8117" wrote
in message ...

I would like to acheive a blank cell if it meets the qualification:

if the contents of the cell is greater than zero then mulitiply the
contents by 4; if the cell is empty then return an empty cell (not
0.0)

can it be done?


--
jpotts8117
------------------------------------------------------------------------
jpotts8117's Profile:
http://www.excelforum.com/member.php...o&userid=27517
View this thread: http://www.excelforum.com/showthread...hreadid=470302




[email protected]

Anne Troy wrote:
If(a10,a1*4,"")
But Excel will not consider the cell to truly be blank...


Precisely! And there are circumstances where that makes a
difference. I cannot think of an example off-hand, but I
stumble across them "all the time".

So, is there a way to get a "truly" blank cell (i.e, the
functional equivalent)?

It would be nice if there were a function called BLANKCELL().


jpotts8117


Thank-you Biff & Anne Troy for your quick response. It solved my
problem!


--
jpotts8117
------------------------------------------------------------------------
jpotts8117's Profile: http://www.excelforum.com/member.php...o&userid=27517
View this thread: http://www.excelforum.com/showthread...hreadid=470302


Anne Troy

No. There's really no way to have Excel see a blank cell when it contains a
formula...
************
Anne Troy
www.OfficeArticles.com

wrote in message
oups.com...
Anne Troy wrote:
If(a10,a1*4,"")
But Excel will not consider the cell to truly be blank...


Precisely! And there are circumstances where that makes a
difference. I cannot think of an example off-hand, but I
stumble across them "all the time".

So, is there a way to get a "truly" blank cell (i.e, the
functional equivalent)?

It would be nice if there were a function called BLANKCELL().





All times are GMT +1. The time now is 10:33 AM.

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