Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
bartsie
 
Posts: n/a
Default A formula in Data Range

If I want to plot column C vs. column A, rows 1-5, the Data range is
Sheet1!$A$1:$A$5,Sheet1!$C$1:$C$5

Is it possible to plot instead say the sum of columns B and C (ie B[i]
+ C[i] vs. A[i]) -
or must I instead create a column with B+C and use that?

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.charting
Andy Pope
 
Posts: n/a
Default A formula in Data Range

Hi,

You can not use a formula in the data range itself but you can use Named
ranges.

Insert a named range, Insert Names Define Names...
Call it SumData and use the following formula.

=Sheet1!$B$1:$B$5+Sheet1!$C$1:$C$5

you can modify the charts series formula to be,
=SERIES(,Sheet1!$A$1:$A$5,Sheet1!SumData,2)

Cheers
Andy

bartsie wrote:
If I want to plot column C vs. column A, rows 1-5, the Data range is
Sheet1!$A$1:$A$5,Sheet1!$C$1:$C$5

Is it possible to plot instead say the sum of columns B and C (ie B[i]
+ C[i] vs. A[i]) -
or must I instead create a column with B+C and use that?

Thanks!


--

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
Formula to sum data from a data range mike the new guy Excel Discussion (Misc queries) 3 January 18th 06 08:56 AM
From several workbooks onto one excel worksheet steve Excel Discussion (Misc queries) 6 December 1st 05 08:03 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Match function...random search? Les Excel Worksheet Functions 10 July 28th 05 11:54 AM


All times are GMT +1. The time now is 05:28 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"