Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MRR MRR is offline
external usenet poster
 
Posts: 7
Default Pulling data from grid

I have a grid with sales growth % listed across the grid on top and profit
growth listed vertically down the left side. I need to find the
intersection point between a particular sales growth number and profit growth
number (numbers are listed). Is there a formula (or other way ) that could
do this?

I.e. if sales growth is 3% and profit growth is 2%, I need the number 15
to appear in a cell


sales growth
1% 2% 3% 4% 5%
1% 5 10 15 20 30

2% 5 10 15 20 30

3% 5 10 15 20 30

4% 5 10 15 20 30
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 55
Default Pulling data from grid

Say you data is in the range B3:F6 with row 2 used for Sales growth % from
b2:f2 and proft growth in cell A3:a6

this formula will get you 15

=INDEX($B$3:$F$6,MATCH(A4,$A$3:$A$6,0),MATCH(D2,$B $2:$F$2,0))
where above A4 = 2% and D2=3%



"MRR" wrote:

I have a grid with sales growth % listed across the grid on top and profit
growth listed vertically down the left side. I need to find the
intersection point between a particular sales growth number and profit growth
number (numbers are listed). Is there a formula (or other way ) that could
do this?

I.e. if sales growth is 3% and profit growth is 2%, I need the number 15
to appear in a cell


sales growth
1% 2% 3% 4% 5%
1% 5 10 15 20 30

2% 5 10 15 20 30

3% 5 10 15 20 30

4% 5 10 15 20 30

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MRR MRR is offline
external usenet poster
 
Posts: 7
Default Pulling data from grid

What if the data doesn't "Match" but rather is in a range. Is there another
word to use?

"N Harkawat" wrote:

Say you data is in the range B3:F6 with row 2 used for Sales growth % from
b2:f2 and proft growth in cell A3:a6

this formula will get you 15

=INDEX($B$3:$F$6,MATCH(A4,$A$3:$A$6,0),MATCH(D2,$B $2:$F$2,0))
where above A4 = 2% and D2=3%



"MRR" wrote:

I have a grid with sales growth % listed across the grid on top and profit
growth listed vertically down the left side. I need to find the
intersection point between a particular sales growth number and profit growth
number (numbers are listed). Is there a formula (or other way ) that could
do this?

I.e. if sales growth is 3% and profit growth is 2%, I need the number 15
to appear in a cell


sales growth
1% 2% 3% 4% 5%
1% 5 10 15 20 30

2% 5 10 15 20 30

3% 5 10 15 20 30

4% 5 10 15 20 30

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MRR MRR is offline
external usenet poster
 
Posts: 7
Default Pulling data from grid

Disregard that last replay, I figured it out. You use "1" instead of "0" in
the Match formula.

Thanks for your help N Harkawat!!!

"MRR" wrote:

What if the data doesn't "Match" but rather is in a range. Is there another
word to use?

"N Harkawat" wrote:

Say you data is in the range B3:F6 with row 2 used for Sales growth % from
b2:f2 and proft growth in cell A3:a6

this formula will get you 15

=INDEX($B$3:$F$6,MATCH(A4,$A$3:$A$6,0),MATCH(D2,$B $2:$F$2,0))
where above A4 = 2% and D2=3%



"MRR" wrote:

I have a grid with sales growth % listed across the grid on top and profit
growth listed vertically down the left side. I need to find the
intersection point between a particular sales growth number and profit growth
number (numbers are listed). Is there a formula (or other way ) that could
do this?

I.e. if sales growth is 3% and profit growth is 2%, I need the number 15
to appear in a cell


sales growth
1% 2% 3% 4% 5%
1% 5 10 15 20 30

2% 5 10 15 20 30

3% 5 10 15 20 30

4% 5 10 15 20 30

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
Pulling out data based on font colour terryc Excel Discussion (Misc queries) 1 July 3rd 06 09:51 PM
Inputting data to one worksheet for it effect another daedalus1 Excel Discussion (Misc queries) 1 June 25th 06 04:39 PM
Pulling Data off Web - Need Function Help patfergie44 Excel Worksheet Functions 9 June 22nd 06 03:27 AM
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM


All times are GMT +1. The time now is 05:08 PM.

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"