Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
QB QB is offline
external usenet poster
 
Posts: 57
Default Excel 2007 - Merged cells as data source

I am using a set of merged cells as a data source for a line chart. However,
I am getting empty/null entries as part of the data set from the merged
cells???

Basically, I have a set of merged cells each consisting of 3 cells. When I
create the data source I get values like:
73%,,,61%,,,...

Why is it making up value for each cell even though the cells are merged
together???

I am truly finding 2007 very frustrating and very counter-productive!

Please help,

QB
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8,651
Default Excel 2007 - Merged cells as data source

With Excel 2007 as well as with earlier versions the advice stays the same.
Don't use merged cells. These newsgroups show countless reasons why not.
--
David Biddulph


"QB" wrote in message
...
I am using a set of merged cells as a data source for a line chart.
However,
I am getting empty/null entries as part of the data set from the merged
cells???

Basically, I have a set of merged cells each consisting of 3 cells. When
I
create the data source I get values like:
73%,,,61%,,,...

Why is it making up value for each cell even though the cells are merged
together???

I am truly finding 2007 very frustrating and very counter-productive!

Please help,

QB



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Excel 2007 - Merged cells as data source

Hi,

Charts do not understand merged cells. Each cell contains a value even
if 2 of those cells are not displayed.

Create a contiguous range of data for the charts.

Cheers
Andy

On 24/02/2010 04:19, QB wrote:
I am using a set of merged cells as a data source for a line chart. However,
I am getting empty/null entries as part of the data set from the merged
cells???

Basically, I have a set of merged cells each consisting of 3 cells. When I
create the data source I get values like:
73%,,,61%,,,...

Why is it making up value for each cell even though the cells are merged
together???

I am truly finding 2007 very frustrating and very counter-productive!

Please help,

QB


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

  #4   Report Post  
Posted to microsoft.public.excel.charting
QB QB is offline
external usenet poster
 
Posts: 57
Default Excel 2007 - Merged cells as data source

Not an option in this case, I require the formatting to remain (took weeks to
get it functional as is).

So what you are saying is don't use built-in functionalities?! Great,
another great MS'ism! I paid for software, that you are saying doesn't work
properly.

QB




"David Biddulph" wrote:

With Excel 2007 as well as with earlier versions the advice stays the same.
Don't use merged cells. These newsgroups show countless reasons why not.
--
David Biddulph


"QB" wrote in message
...
I am using a set of merged cells as a data source for a line chart.
However,
I am getting empty/null entries as part of the data set from the merged
cells???

Basically, I have a set of merged cells each consisting of 3 cells. When
I
create the data source I get values like:
73%,,,61%,,,...

Why is it making up value for each cell even though the cells are merged
together???

I am truly finding 2007 very frustrating and very counter-productive!

Please help,

QB



.

  #5   Report Post  
Posted to microsoft.public.excel.charting
QB QB is offline
external usenet poster
 
Posts: 57
Default Excel 2007 - Merged cells as data source

Firstly, thank you for trying to help.

I will lookup/look into 'contiguous range' and see what I can do with that.

Also, as an FYI, I just tested merged cells on Excel 2003 and they work just
fine! It is solely an issue in 2007. Another improvement that was made
between versions by Microsoft...

QB




"Andy Pope" wrote:

Hi,

Charts do not understand merged cells. Each cell contains a value even
if 2 of those cells are not displayed.

Create a contiguous range of data for the charts.

Cheers
Andy

On 24/02/2010 04:19, QB wrote:
I am using a set of merged cells as a data source for a line chart. However,
I am getting empty/null entries as part of the data set from the merged
cells???

Basically, I have a set of merged cells each consisting of 3 cells. When I
create the data source I get values like:
73%,,,61%,,,...

Why is it making up value for each cell even though the cells are merged
together???

I am truly finding 2007 very frustrating and very counter-productive!

Please help,

QB


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

.



  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Excel 2007 - Merged cells as data source

Hi,

You need to divorce the required data layout for chart with your
'pretty' presentation layout.

If your data is in A1,D1,G1 etc then elsewhere on the sheet, or another
sheet, use formula to link cells.

A10: =A1
B10: =D1
C10: =G1
etc

Then chart A10:C10...

Cheers
Andy

On 24/02/2010 13:14, QB wrote:
Not an option in this case, I require the formatting to remain (took weeks to
get it functional as is).

So what you are saying is don't use built-in functionalities?! Great,
another great MS'ism! I paid for software, that you are saying doesn't work
properly.

QB




"David Biddulph" wrote:

With Excel 2007 as well as with earlier versions the advice stays the same.
Don't use merged cells. These newsgroups show countless reasons why not.
--
David Biddulph


wrote in message
...
I am using a set of merged cells as a data source for a line chart.
However,
I am getting empty/null entries as part of the data set from the merged
cells???

Basically, I have a set of merged cells each consisting of 3 cells. When
I
create the data source I get values like:
73%,,,61%,,,...

Why is it making up value for each cell even though the cells are merged
together???

I am truly finding 2007 very frustrating and very counter-productive!

Please help,

QB



.


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Excel 2007 - Merged cells as data source

I just did a test in xl2003 with Merged and Center Across. Both included
the empty cells in a column chart.

Only way I could get just the value cells was to manually edit the
series formula.

=SERIES(,,(Sheet1!$A$4,Sheet1!$D$4,Sheet1!$G$4),1)

But the series formula has a limit of 1024 characters so is restricted
in the amount of data points that can be specified.

Cheers
Andy

On 24/02/2010 13:21, QB wrote:
Firstly, thank you for trying to help.

I will lookup/look into 'contiguous range' and see what I can do with that.

Also, as an FYI, I just tested merged cells on Excel 2003 and they work just
fine! It is solely an issue in 2007. Another improvement that was made
between versions by Microsoft...

QB




"Andy Pope" wrote:

Hi,

Charts do not understand merged cells. Each cell contains a value even
if 2 of those cells are not displayed.

Create a contiguous range of data for the charts.

Cheers
Andy

On 24/02/2010 04:19, QB wrote:
I am using a set of merged cells as a data source for a line chart. However,
I am getting empty/null entries as part of the data set from the merged
cells???

Basically, I have a set of merged cells each consisting of 3 cells. When I
create the data source I get values like:
73%,,,61%,,,...

Why is it making up value for each cell even though the cells are merged
together???

I am truly finding 2007 very frustrating and very counter-productive!

Please help,

QB


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

.


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

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
trying to sort excel data. won't allow. merged cells sizing.?? Skinny in the footlhills Excel Discussion (Misc queries) 1 May 25th 09 03:42 PM
Excel 2007 bug? Merged cells must be formatted as scientific CherylLynn Excel Discussion (Misc queries) 2 January 17th 09 02:02 AM
Excel 2007: Word wrapping in merged cells jgcrews Excel Discussion (Misc queries) 2 May 30th 08 06:54 PM
Excel 2007 change pivot data source bdub Excel Discussion (Misc queries) 4 August 13th 07 07:54 PM
Excel 2007 change data source Bart Excel Discussion (Misc queries) 1 October 4th 06 11:19 AM


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