Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default blank cell verses using zero

I need for a formula to recognize a blank cell and do nothing however when i
put a zero in the blank cell I need the formula to work, right now it is
looking at the blank cell and zero as the same and preforming the formula.
any suggestions.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default blank cell verses using zero

Try something like this:
in B1: =IF(ISBLANK(A1),"",SUM(A1:A2))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"redheadnitemare" wrote:
I need for a formula to recognize a blank cell and do nothing however when i
put a zero in the blank cell I need the formula to work, right now it is
looking at the blank cell and zero as the same and preforming the formula.
any suggestions.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default blank cell verses using zero

Thank you, i used ISNUMBER and got it to work..you dont by chance know how to
make a column rotate over one column when certain conditions are meet?

"Max" wrote:

Try something like this:
in B1: =IF(ISBLANK(A1),"",SUM(A1:A2))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"redheadnitemare" wrote:
I need for a formula to recognize a blank cell and do nothing however when i
put a zero in the blank cell I need the formula to work, right now it is
looking at the blank cell and zero as the same and preforming the formula.
any suggestions.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default blank cell verses using zero

No prob. Don't have anything to offer you on your other posting.
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"redheadnitemare" wrote in
message ...
Thank you, i used ISNUMBER and got it to work..you dont by chance know how
to
make a column rotate over one column when certain conditions are meet?



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
Average Formula to display blank cell if named range is blank Rachael F Excel Worksheet Functions 3 February 22nd 08 05:05 PM
COUNTIF verses VLOOKUP or HLOOKUP Gail Excel Discussion (Misc queries) 3 January 15th 08 09:42 AM
PrimoPDF verses PDF Creator Brettjg Excel Discussion (Misc queries) 9 June 4th 07 02:53 AM
How do you copy a cell's content verses it's formula? Tammy Excel Discussion (Misc queries) 1 March 2nd 05 06:30 PM
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. QUEST41067 Excel Discussion (Misc queries) 1 January 15th 05 09:29 PM


All times are GMT +1. The time now is 05:21 PM.

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"