Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jpotts8117
 
Posts: n/a
Default 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

  #2   Report Post  
Anne Troy
 
Posts: n/a
Default

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



  #3   Report Post  
Biff
 
Posts: n/a
Default

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



  #4   Report Post  
 
Posts: n/a
Default

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().

  #5   Report Post  
jpotts8117
 
Posts: n/a
Default


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



  #6   Report Post  
Anne Troy
 
Posts: n/a
Default

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().



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
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
returning blank cell in criteria o Joop Excel Discussion (Misc queries) 3 June 3rd 05 02:11 PM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 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
Look for change next blank cell in Range Nigel Bennett Excel Worksheet Functions 1 March 13th 05 09:45 PM


All times are GMT +1. The time now is 04:56 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"