what function to use to find data in matrix

lovella

New Member
Joined
Apr 14, 2014
Messages
16
Hi to ol, need help please, on what function to use in my spreadsheet.
what am working on sheet 1 is finding the max value per month from the data in sheet 2. of which i have use formula =MAX(IF(TEXT(Sheet2!A:A,"MM")="01",Sheet2!D:AY)), thank God success on this.
my prob is the value i had from this formula has a matching value on sheet3, what formula to use in order to get say value x, any chance i can upload my data here?



<colgroup><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
my sample worksheet below, i need to find out max reading per month say for jan max is 20.1924,
that value i got has a corresponding fluctuation in sheet 3, the answer i should get is
0.9746, what function formula can i adopt for this please ....


<tbody>
</tbody>



sheet2

1/01/2013


19.9707


19.6133
2/01/201320.192420.1312
3/01/201315.422915.2118
4/01/201310.205911.1228
5/01/201311.81410.8905

<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>

<colgroup><col><col span="5"></colgroup><tbody>
</tbody>


sheet3

1-Jan-130.97540.9779
2-Jan-130.97460.9756
3-Jan-130.96220.9637
4-Jan-130.96220.971
5-Jan-130.9650.9586

<colgroup><col><col span="2"></colgroup><tbody>
</tbody>
 
Upvote 0
1/1/201319.970719.6133Try this..
2/1/201320.192420.1312
3/1/201315.422915.211820.1924=LARGE(B1:C5,1)
4/1/201310.205911.1228
5/1/201311.81410.89050.9746=OFFSET(B9,IFERROR(MATCH(E3,B1:B5,0),MATCH(E3,C1:C5,0))-1,IF(IFERROR(MATCH(E3,B1:B5,0),0)=0,1,0))
sheet3
1-Jan-130.97540.9779
2-Jan-130.97460.9756
3-Jan-130.96220.9637
4-Jan-130.96220.971
5-Jan-130.9650.9586
<colgroup><col width="129" style="width: 97pt; mso-width-source: userset; mso-width-alt: 4717;"> <col width="116" style="width: 87pt; mso-width-source: userset; mso-width-alt: 4242;"> <col width="127" style="width: 95pt; mso-width-source: userset; mso-width-alt: 4644;"> <col width="64" style="width: 48pt;"> <col width="151" style="width: 113pt; mso-width-source: userset; mso-width-alt: 5522;"> <col width="914" style="width: 686pt; mso-width-source: userset; mso-width-alt: 33426;"> <tbody> </tbody>
 
Upvote 0
HI Thanks vogel997,very much appreciated, thought no ones going to pick up my query. I'll try the formula. Thanks in heaps!


 
Upvote 0

Forum statistics

Threads
1,221,469
Messages
6,160,028
Members
451,611
Latest member
PattiButche

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top