A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Select Specific Data From Cells For A Chart



 
 
Thread Tools Display Modes
  #1  
Old May 20th, 2010, 08:06 PM posted to microsoft.public.excel.misc
Dave
external usenet poster
 
Posts: 2,331
Default Select Specific Data From Cells For A Chart

I have a spreadsheet that has a row that I want to use as a data range in a
chart. The cells in the row contain three numbers on the left and three
letters on the right. I can select just the three numbers by using
“LEFT(A1:Z1,3)”. How do I use that formula to select just the three numbers
for the data range in the chart?
  #2  
Old May 20th, 2010, 08:17 PM posted to microsoft.public.excel.misc
Luke M[_4_]
external usenet poster
 
Posts: 451
Default Select Specific Data From Cells For A Chart

Note that your formula is incorrect in what you think it does, the LEFT
function cannot reference a range of cells.

To reference the first 3 cells in a row:
=OFFSET(A1,,,,3)

To reference cells C1:E1 would be:
=OFFSET(A1,,2,,3)

--
Best Regards,

Luke M
"Dave" wrote in message
...
I have a spreadsheet that has a row that I want to use as a data range in a
chart. The cells in the row contain three numbers on the left and three
letters on the right. I can select just the three numbers by using
"LEFT(A1:Z1,3)". How do I use that formula to select just the three
numbers
for the data range in the chart?



  #3  
Old May 20th, 2010, 09:40 PM posted to microsoft.public.excel.misc
Dave
external usenet poster
 
Posts: 2,331
Default Select Specific Data From Cells For A Chart

Well it looks like the LEFT command can’t be used for a range of cells. But
what I need to do is basically capture the first three charters in the cells
(numbers) and ignore the last three (text). And use only the numbers for the
data range in the chart.

"Luke M" wrote:

Note that your formula is incorrect in what you think it does, the LEFT
function cannot reference a range of cells.

To reference the first 3 cells in a row:
=OFFSET(A1,,,,3)

To reference cells C1:E1 would be:
=OFFSET(A1,,2,,3)

--
Best Regards,

Luke M
"Dave" wrote in message
...
I have a spreadsheet that has a row that I want to use as a data range in a
chart. The cells in the row contain three numbers on the left and three
letters on the right. I can select just the three numbers by using
"LEFT(A1:Z1,3)". How do I use that formula to select just the three
numbers
for the data range in the chart?



.

  #4  
Old May 21st, 2010, 04:23 AM posted to microsoft.public.excel.misc
Jon Peltier[_2_]
external usenet poster
 
Posts: 386
Default Select Specific Data From Cells For A Chart

Don't try to be clever and use the original range in the chart. You're
going to have to use a nearby range to hold the values to be plotted.
Use whatever function you need in this range to extract the numerical
values from the original range. Then plot this new range in the chart.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/


On 5/20/2010 4:40 PM, Dave wrote:
Well it looks like the LEFT command can’t be used for a range of cells. But
what I need to do is basically capture the first three charters in the cells
(numbers) and ignore the last three (text). And use only the numbers for the
data range in the chart.

"Luke M" wrote:

Note that your formula is incorrect in what you think it does, the LEFT
function cannot reference a range of cells.

To reference the first 3 cells in a row:
=OFFSET(A1,,,,3)

To reference cells C1:E1 would be:
=OFFSET(A1,,2,,3)

--
Best Regards,

Luke M
wrote in message
...
I have a spreadsheet that has a row that I want to use as a data range in a
chart. The cells in the row contain three numbers on the left and three
letters on the right. I can select just the three numbers by using
"LEFT(A1:Z1,3)". How do I use that formula to select just the three
numbers
for the data range in the chart?



.

  #5  
Old May 21st, 2010, 05:35 PM posted to microsoft.public.excel.misc
Dave
external usenet poster
 
Posts: 2,331
Default Select Specific Data From Cells For A Chart

Jon,

Thanks, I though I might have to do that.

"Jon Peltier" wrote:

Don't try to be clever and use the original range in the chart. You're
going to have to use a nearby range to hold the values to be plotted.
Use whatever function you need in this range to extract the numerical
values from the original range. Then plot this new range in the chart.

- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/


On 5/20/2010 4:40 PM, Dave wrote:
Well it looks like the LEFT command can’t be used for a range of cells. But
what I need to do is basically capture the first three charters in the cells
(numbers) and ignore the last three (text). And use only the numbers for the
data range in the chart.

"Luke M" wrote:

Note that your formula is incorrect in what you think it does, the LEFT
function cannot reference a range of cells.

To reference the first 3 cells in a row:
=OFFSET(A1,,,,3)

To reference cells C1:E1 would be:
=OFFSET(A1,,2,,3)

--
Best Regards,

Luke M
wrote in message
...
I have a spreadsheet that has a row that I want to use as a data range in a
chart. The cells in the row contain three numbers on the left and three
letters on the right. I can select just the three numbers by using
"LEFT(A1:Z1,3)". How do I use that formula to select just the three
numbers
for the data range in the chart?


.

.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.