Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rock_crushing_design_engineer
 
Posts: n/a
Default I want to get a value from an array, row 1 and column 1 known.

say I have this ARRAY on a different sheet for reference:

LAG1 LAG2 LAG3
HE $45 $54 $102
QD $65 $88 $205
IO $102 $203 $405

If I input QD in one block and LAG2 in a different block as required inputs
on my input page, what would the equation be to return the value $88 into a
block on my pricing page? All ipages n the same workbook.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default I want to get a value from an array, row 1 and column 1 known.

=INDEX(Sheet2!A1:D100,MATCH(J1,Sheet2!A1:A100,0),M ATCH(J2,Sheet2!A1:D1,0))

where J1 holds QD, J2 holds LAG2

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"rock_crushing_design_engineer"
ft.com wrote in message
...
say I have this ARRAY on a different sheet for reference:

LAG1 LAG2 LAG3
HE $45 $54 $102
QD $65 $88 $205
IO $102 $203 $405

If I input QD in one block and LAG2 in a different block as required

inputs
on my input page, what would the equation be to return the value $88 into

a
block on my pricing page? All ipages n the same workbook.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
 
Posts: n/a
Default I want to get a value from an array, row 1 and column 1 known.

With your table in A1:D4 of Sheet3 (cell A1 is empty; B1 is LAG1; A2 is HE,
etc)
and in another sheet cell A1 has LAG1 and B1 has QD then this formula
=VLOOKUP(B1,Sheet3!$A$2:$D$4,MATCH(A1,Sheet3!$A$1: $D$1,1))
returns $65.

Please note we talk about "Cells" not "blocks"; and "formulas" rather than
"equations".
Not being pedantic - you need to know the right words to make good use of
Help.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"rock_crushing_design_engineer"
ft.com wrote in message
...
say I have this ARRAY on a different sheet for reference:

LAG1 LAG2 LAG3
HE $45 $54 $102
QD $65 $88 $205
IO $102 $203 $405

If I input QD in one block and LAG2 in a different block as required
inputs
on my input page, what would the equation be to return the value $88 into
a
block on my pricing page? All ipages n the same workbook.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rock_crushing_design_engineer
 
Posts: n/a
Default I want to get a value from an array, row 1 and column 1 known.

Bob,

Thank You very much! I have been going through the help for 6 hours trying
to find out how to do this. Again Thanks!

Andrew

"Bob Phillips" wrote:

=INDEX(Sheet2!A1:D100,MATCH(J1,Sheet2!A1:A100,0),M ATCH(J2,Sheet2!A1:D1,0))

where J1 holds QD, J2 holds LAG2

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"rock_crushing_design_engineer"
ft.com wrote in message
...
say I have this ARRAY on a different sheet for reference:

LAG1 LAG2 LAG3
HE $45 $54 $102
QD $65 $88 $205
IO $102 $203 $405

If I input QD in one block and LAG2 in a different block as required

inputs
on my input page, what would the equation be to return the value $88 into

a
block on my pricing page? All ipages n the same workbook.




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Alan Beban
 
Posts: n/a
Default I want to get a value from an array, row 1 and column 1 known.

Highlight your array. Click Insert|Name|Create and check Top row and
Left column.

Then =LAG2 QD will return $88;
or with LAG2 in J1 and QD in J2, =INDIRECT(J1) INDIRECT(J2) will return $88

Alan Beban


rock_crushing_design_engineer wrote:
say I have this ARRAY on a different sheet for reference:

LAG1 LAG2 LAG3
HE $45 $54 $102
QD $65 $88 $205
IO $102 $203 $405

If I input QD in one block and LAG2 in a different block as required inputs
on my input page, what would the equation be to return the value $88 into a
block on my pricing page? All ipages n the same workbook.

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
Creating a single vertical array from multiple column arrays Bryan Excel Worksheet Functions 2 December 10th 05 07:12 PM
IF/AND/OR/DATEIF Issue...sorry...long post... EDSTAFF Excel Worksheet Functions 1 November 10th 05 12:28 AM
Array Brad Excel Worksheet Functions 9 October 17th 05 09:00 PM
match and count words David Excel Worksheet Functions 5 July 4th 05 02:24 AM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM


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