Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 58
Default Formula that will skip blanks cells

I am using this formula =IF(Weekly!D700,Weekly!D70,IF(Weekly!
C700,Weekly!C70,IF(Weekly!B700,Weekly!B70,0))) so that a summary
spreadsheet will update with the most recent column of data.

The issue I am having is that occassionally cells will be zero and I
need that data pulled into the summary spreadsheet. With this formula
though it looks at the zero and then goes to the next cell. How can I
make it pull in the zero.

All of the cells not filled in will be blank. Is there a formula that
would do the same thing but skip blank cells instead of looking for
cells with values greater than 0?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 353
Default Formula that will skip blanks cells

=IF(Weekly!D70<"",Weekly!D70,IF(Weekly!C70<"",We ekly!C70,IF(Weekly!B70<"",Weekly!B70,0)))

"japc90" wrote:

I am using this formula =IF(Weekly!D700,Weekly!D70,IF(Weekly!
C700,Weekly!C70,IF(Weekly!B700,Weekly!B70,0))) so that a summary
spreadsheet will update with the most recent column of data.

The issue I am having is that occassionally cells will be zero and I
need that data pulled into the summary spreadsheet. With this formula
though it looks at the zero and then goes to the next cell. How can I
make it pull in the zero.

All of the cells not filled in will be blank. Is there a formula that
would do the same thing but skip blank cells instead of looking for
cells with values greater than 0?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 58
Default Formula that will skip blanks cells

On Apr 14, 6:04 pm, BoniM wrote:
=IF(Weekly!D70<"",Weekly!D70,IF(Weekly!C70<"",We ekly!C70,IF(Weekly!B70<"*",Weekly!B70,0)))



"japc90" wrote:
I am using this formula =IF(Weekly!D700,Weekly!D70,IF(Weekly!
C700,Weekly!C70,IF(Weekly!B700,Weekly!B70,0))) so that a summary
spreadsheet will update with the most recent column of data.


The issue I am having is that occassionally cells will be zero and I
need that data pulled into the summary spreadsheet. With this formula
though it looks at the zero and then goes to the next cell. How can I
make it pull in the zero.


All of the cells not filled in will be blank. Is there a formula that
would do the same thing but skip blank cells instead of looking for
cells with values greater than 0?- Hide quoted text -


- Show quoted text -


Thank you. Worked like a charm!

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
paste formula and skip blanks Sean Excel Discussion (Misc queries) 4 April 6th 06 07:02 PM
skip blanks Robin Krupp Excel Worksheet Functions 6 April 4th 06 01:46 PM
Skip Over Blanks Kenny Excel Discussion (Misc queries) 0 August 3rd 05 11:26 PM
Paste Special Skip Blanks not skipping blanks, but overwriting... gsrosin Excel Discussion (Misc queries) 0 February 22nd 05 03:33 AM
Skip multiple blanks Pat Excel Discussion (Misc queries) 1 February 5th 05 09:00 PM


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