Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Re2112
 
Posts: n/a
Default looking up value in chart

I am creating a worksheet and I need help with a formula. I have a chart 5
rows by 6 colums on page 1. On page 2, I have two colums that I will fill in
with which row and colum to use. How do I execute which row/collum to look in?
example:
a2 states the colum and a3 states which row. a4 would give the reference
value of both a2+a3. Thanks


  #2   Report Post  
kraljb
 
Posts: n/a
Default


Assuming that when you say it is referring to the column you mean a
value of "A"...

=INDIRECT(A2 & A3)


--
kraljb
------------------------------------------------------------------------
kraljb's Profile: http://www.excelforum.com/member.php...fo&userid=9955
View this thread: http://www.excelforum.com/showthread...hreadid=390716

  #3   Report Post  
Bill Kuunders
 
Posts: n/a
Default

enter in A4
=VLOOKUP(A2,Sheet1!$A$3:$F$7,A3,FALSE)
you can extend the formula to the right.
A2 is a number in the first column of your table
the first column needs to be sorted (ascending values)
you may want to add a help column as the first i.e. 1,2,3,4,5,6.
the value in A3 is the column number from the left including the first.

--
Greetings from New Zealand
Bill K
"Re2112" wrote in message
...
I am creating a worksheet and I need help with a formula. I have a chart 5
rows by 6 colums on page 1. On page 2, I have two colums that I will fill
in
with which row and colum to use. How do I execute which row/collum to look
in?
example:
a2 states the colum and a3 states which row. a4 would give the reference
value of both a2+a3. Thanks




  #4   Report Post  
Re2112
 
Posts: n/a
Default

Thank ya'll for the help. I made it work with =Index. I will try the Vlookup
on another part of my workbook. Thanks again

"Bill Kuunders" wrote:

enter in A4
=VLOOKUP(A2,Sheet1!$A$3:$F$7,A3,FALSE)
you can extend the formula to the right.
A2 is a number in the first column of your table
the first column needs to be sorted (ascending values)
you may want to add a help column as the first i.e. 1,2,3,4,5,6.
the value in A3 is the column number from the left including the first.

--
Greetings from New Zealand
Bill K
"Re2112" wrote in message
...
I am creating a worksheet and I need help with a formula. I have a chart 5
rows by 6 colums on page 1. On page 2, I have two colums that I will fill
in
with which row and colum to use. How do I execute which row/collum to look
in?
example:
a2 states the colum and a3 states which row. a4 would give the reference
value of both a2+a3. 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
Pie chart on a pie chart (exploded)? KR Excel Discussion (Misc queries) 1 June 9th 05 07:28 PM
Urgent Chart Assistance Brent E Charts and Charting in Excel 1 May 10th 05 09:09 AM
Urgent Chart Questions Brent E Excel Discussion (Misc queries) 0 May 9th 05 11:01 PM
Urgent Chart Assistance Requested Brent E Excel Discussion (Misc queries) 0 May 9th 05 11:01 PM
Scrollbar on Chart Jumps to Left when Chart is Clicked Bob Charts and Charting in Excel 5 May 1st 05 02:06 AM


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