Using formula how to extract data depending on two values

sprakash1704

New Member
Joined
Mar 5, 2015
Messages
28
Dear Experts!

Relatively I am new to this forum, when I say relatively, I have been using this forum just to search and get answers for all my excel related queries for almost 6 years now and haven't posted anything or even registered. Thanks to all the experts who have helped me so for!

The question I have here is based on the table provided below. The data and headers in the column is fluctuating as this is a pivot, I will need to refer the pivot and will be extracting the required data based on "Emp ID". Need Help in doing this by formula, as I am not coding expert and I love working with formulas.

Experts I require this quite urgently, so please help!!!!!



Emp IDJanFebMarJulAugSepOctNovDec
227054888.47 195.35170.185635.555263.226038.224787.535081.35
31799 5487.5 1388.691314.111182.741311.87712.11807.24
399744063.28 6090.464595.357673.247280.153753.644459.22
576834212.66159.42 4363.844372.544251.255323.534084.274063.28
57794 5569.825751.95696.696038.894378.914467.81
61546 40.19 4733.944664.963729.115026.334609.515487.5
615472435.05 5086.475191.554810.993932.634715.964212.66
667514467.81 5979.455475.142220.975752.753794.564888.47
71060 5512.42 2014.37 1786.682434.342175.931375.38
77571 50.21 4799.737239.916204.315383.254883.975300.31
90537 126.444909.144511.425032.85749.052075.375066.75

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


Kind Regards,
Prakash
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Try this in the 1st cell, copy down & across
=iferror(INDEX($B$5:$L$22,MATCH($N7,$A$5:$A$22,0),MATCH(O$6,$B$2:$L$2,0)),"")
 
Upvote 0
This message is for Sir gaz_chops. I have posted a thread with the name of "Macro needed". I need your help sir
 
Upvote 0
Oh! Gaz, Good Morning!,

Am glad you are here!

I have a similar query, need help.
How to Vlookup between two sheets with different headers
I have name in the row and months (Jan, Feb, Mar . . .) in column in one sheet(Sheet1) and on the other sheet(Sheet2) I have name and months but with different header (January, February, March . . .) and I need to extract the data for Mar from Sheet1 for an employee in March column in sheet 2, the glitch here is, I might not have constant months in both the sheets, for eg I might have in sheet2 February and June alone so I don't think the usual Vlookup will work. Experts please assist !!!

Kind Regards,
Prakash
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,840
Members
449,193
Latest member
MikeVol

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