Need help with formula

bhandari

Active Member
Joined
Oct 17, 2017
Messages
359
Namejanfebmarchaprmayjune
jack1
23456
sally789101112
Girish131415161718
wen192021222324

<tbody>
</tbody>

<colgroup><col width="64" span="7" style="width:48pt"></colgroup><tbody>
</tbody>

NameJan to june
sallyMATCH(A10,B1:G1,0),VLOOKUP(A9,A1:G5,{2,3,4,5,6,7},FALSE)
col Number{2,3,4,5,6,7if i give any column number i have to get that valuefor that name

<tbody>
</tbody>

I need help with this formula
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Namejanfebmarchaprmayjune
jack123456
sally789101112
Girish131415161718
wen192021222324
answer
namemonth17
Girishmay
formula
=OFFSET($A$1,MATCH($E$17,$A$2:$A$5,0),MATCH($F$17,$B$1:$G$1,0))

<colgroup><col width="64" span="12" style="width:48pt"> </colgroup><tbody>
</tbody>
 
Upvote 0
Another option


Excel 2013/2016
ABCDEFG
1Namejanfebmarchaprmayjune
2jack123456
3sally789101112
4Girish131415161718
5wen192021222324
6
7
8sally
9may
1011
Sheet2
Cell Formulas
RangeFormula
B10=INDEX(A1:G5,MATCH(B8,A1:A5,0),MATCH(B9,A1:G1,0))
 
Upvote 0

Forum statistics

Threads
1,215,607
Messages
6,125,818
Members
449,262
Latest member
hideto94

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