Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Clare
 
Posts: n/a
Default assigning "missing value" to cells

I have missing values in my data, which appear as blank cells. When I apply
formulae across these cells, it automatically assigns a 0 value to these
cells and includes them in the formula calculations.

I want these cells to be disregarded when I apply a formula to large
sections of data and to remain blank after the formula is dragged acros them.
I can't get this to work at the moment and have to go through my data
manually checking which values were blank, and then deleting the appropriate
cells.

Is there a formula / symbol that tells excel that a blank cell is missing
data and should not be included in subsequent analyses??

Thanks for any suggestions!!
  #2   Report Post  
Sandy Mann
 
Posts: n/a
Default

Clare,

I don't fully understand exactly what you mean and I think that it depends
on what formulas you are using. To keep it simple, if the formula is a
simple SUM(), and, say, it is spead across columns F:J as in =SUM(F1:F3)
then test for empty cells like:

=IF(SUM(F1:F3)=0,"",SUM(F1:F3))

or if you only want to test for one empty cell something like:

=IF(F1="","",SUM(F1:F3))

Then drag across the other columns.

HTH

Sandy

--
to e-mail direct replace @mailinator.com with @tiscali.co.uk


"Clare" wrote in message
...
I have missing values in my data, which appear as blank cells. When I

apply
formulae across these cells, it automatically assigns a 0 value to these
cells and includes them in the formula calculations.

I want these cells to be disregarded when I apply a formula to large
sections of data and to remain blank after the formula is dragged acros

them.
I can't get this to work at the moment and have to go through my data
manually checking which values were blank, and then deleting the

appropriate
cells.

Is there a formula / symbol that tells excel that a blank cell is missing
data and should not be included in subsequent analyses??

Thanks for any suggestions!!



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
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
To safety merge cells without data destroyed, and smart unmerge! Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:17 AM
Heps to design Locked/Unlocked cells in protected worksheet Kevin Excel Discussion (Misc queries) 0 December 30th 04 07:09 AM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM
Assigning Cells in worksheets to other data in other worksheets. David McRitchie Excel Discussion (Misc queries) 0 November 27th 04 06:15 PM


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