Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default Empty Source Data

Hello,

I have the following in sheet1

------- Sales --------------
Date Loc1 Loc2 Loc3 Loc 4
1/1/06 0 0 100 200
2/1/06 0 0 150 250
3/1/06 0 0 100 100
........

25/1/06 0 100 200 300

At the beginning some of the locations have no sales. but at a later
stage they get sales figures, since these are new locations.

I making chart on these location based on dates.
How I can determine for a certain date whether there is data available
for a location or not?

Like if I slect 1-3 location 1 and 2 do not have data and location 3
and 4 do have data.

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Empty Source Data

I'm not sure how you want to cater for your no-data cells. Depending on
that, and how you are plotting your chart, experiment with -

delete 0's
replace 0's with =#N/A, eg =IF(A1<0,A1,#N/A)
Tools Options Charts Plot empty cells as

Regards,
Peter T

"Abdul" wrote in message
oups.com...
Hello,

I have the following in sheet1

------- Sales --------------
Date Loc1 Loc2 Loc3 Loc 4
1/1/06 0 0 100 200
2/1/06 0 0 150 250
3/1/06 0 0 100 100
.......

25/1/06 0 100 200 300

At the beginning some of the locations have no sales. but at a later
stage they get sales figures, since these are new locations.

I making chart on these location based on dates.
How I can determine for a certain date whether there is data available
for a location or not?

Like if I slect 1-3 location 1 and 2 do not have data and location 3
and 4 do have data.

Thanks



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
list from empty data cell source rldjda Excel Worksheet Functions 1 March 19th 08 08:42 PM
cell auto population - why 0 when source cell is empty? David Smithz Excel Discussion (Misc queries) 4 June 18th 06 05:35 PM
Pivot Table data source "data source contains no visible tables" Jane Excel Worksheet Functions 0 September 29th 05 08:28 PM
How create a nonblank source for a verification list with a mix of filled & empty cells? Maria J-son Excel Programming 4 August 8th 05 07:17 PM
How can i set the source-data-range of pivottable2 to the source . Piet Excel Discussion (Misc queries) 0 March 5th 05 09:31 PM


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