Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default cross reference two

I'm need to write a formula based on information in a table - as an example:

High Performing Location Market Area Non-Market Area
New Location
1 $1,000,000 $750,000 $500,000
$200,000
2 800,000 600,000 300,000
100,000
3 550,000 400,000 200,000
50,000

I want to lookup the information in the top row and on the left column, then
multiply by a factor referenced in another cell. I have tried If,then with
vlookups and that's not working for me. What's the easiest way to accomplish
this?

I appreciate the help.

auntieb
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,572
Default cross reference two

If I understand what you're looking for,
with headers in Row1,
and data in A2 to D4,
enter the value from Column A into say, E1,
and the column header label in E2,
and this formula should return the cross referenced value:

=SUMPRODUCT((A2:A4=E1)*(B1:D1=E2)*B2:D4)
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"auntieb" wrote in message
...
I'm need to write a formula based on information in a table - as an

example:

High Performing Location Market Area Non-Market Area
New Location
1 $1,000,000 $750,000 $500,000
$200,000
2 800,000 600,000

300,000
100,000
3 550,000 400,000

200,000
50,000

I want to lookup the information in the top row and on the left column,

then
multiply by a factor referenced in another cell. I have tried If,then

with
vlookups and that's not working for me. What's the easiest way to

accomplish
this?

I appreciate the help.

auntieb


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default cross reference two

thanks for the feedback Ragdyer. I ended up using the following to get what
I needed before I got your response.

=VLOOKUP($E5,'Production & Market Tables'!$B$5:$G$7,MATCH($C$5,'Production &
Market Tables'!$B$4:$G$4,0),0)*'FSO Assignment Summary'!F5

Thanks again!

"Ragdyer" wrote:

If I understand what you're looking for,
with headers in Row1,
and data in A2 to D4,
enter the value from Column A into say, E1,
and the column header label in E2,
and this formula should return the cross referenced value:

=SUMPRODUCT((A2:A4=E1)*(B1:D1=E2)*B2:D4)
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"auntieb" wrote in message
...
I'm need to write a formula based on information in a table - as an

example:

High Performing Location Market Area Non-Market Area
New Location
1 $1,000,000 $750,000 $500,000
$200,000
2 800,000 600,000

300,000
100,000
3 550,000 400,000

200,000
50,000

I want to lookup the information in the top row and on the left column,

then
multiply by a factor referenced in another cell. I have tried If,then

with
vlookups and that's not working for me. What's the easiest way to

accomplish
this?

I appreciate the help.

auntieb



  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,572
Default cross reference two

Thanks for feeding back.
--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------

"auntieb" wrote in message
...
thanks for the feedback Ragdyer. I ended up using the following to get what
I needed before I got your response.

=VLOOKUP($E5,'Production & Market Tables'!$B$5:$G$7,MATCH($C$5,'Production &
Market Tables'!$B$4:$G$4,0),0)*'FSO Assignment Summary'!F5

Thanks again!

"Ragdyer" wrote:

If I understand what you're looking for,
with headers in Row1,
and data in A2 to D4,
enter the value from Column A into say, E1,
and the column header label in E2,
and this formula should return the cross referenced value:

=SUMPRODUCT((A2:A4=E1)*(B1:D1=E2)*B2:D4)
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"auntieb" wrote in message
...
I'm need to write a formula based on information in a table - as an

example:

High Performing Location Market Area Non-Market Area
New Location
1 $1,000,000 $750,000
$500,000
$200,000
2 800,000 600,000

300,000
100,000
3 550,000 400,000

200,000
50,000

I want to lookup the information in the top row and on the left column,

then
multiply by a factor referenced in another cell. I have tried If,then

with
vlookups and that's not working for me. What's the easiest way to

accomplish
this?

I appreciate the help.

auntieb





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
Cross reference LaRana! Excel Worksheet Functions 1 March 6th 08 12:22 AM
Cross Reference between sheets JP Excel Worksheet Functions 2 May 14th 06 01:36 PM
Cross Reference Terrance DeBord Excel Worksheet Functions 1 March 8th 06 04:11 PM
How do you cross reference different speadsheets? Shae Excel Discussion (Misc queries) 3 January 20th 06 06:25 PM
How do I find a cross reference value Jo Davis Excel Discussion (Misc queries) 2 November 30th 04 12:56 PM


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