Vllookup pull data row and column filter

gokulu

New Member
Joined
Dec 7, 2017
Messages
9
Hi,

kindly help me out to get the data extract from source

Data source is :
Datenameopencloselow
01-Jula125189
01-Julb13535846
01-Julc846351784
02-Jula45656-344
02-Julb8931-27
02-Julc31184-143
03-Jula46848-372
03-Julb31878-162
03-Julc846888930



<colgroup><col width="61" span="5" style="width:46pt"> </colgroup><tbody>
</tbody>

Preferred out put:

nameD
opencloselow
01-Jul
02-Jul
03-Jul

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

After typing the name rest data to be pull from source data
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.

Book1
ABCDEFGHIJ
1DateNameOpenCloseLowName:b
201-Jula125189OpenCloseLow
301-Julb1353584601-Jul13535846
401-Julc84635178402-Jul8931-27
502-Jula45656-34403-Jul31878-162
602-Julb8931-27
702-Julc31184-143
803-Jula46848-372
903-Julb31878-162
1003-Julc846888930
Sheet1
Cell Formulas
RangeFormula
H3{=VLOOKUP($G3&$H$1,CHOOSE({1,2},$A$2:$A$10&$B$2:$B$10,C$2:C$10),2,0)}
I3{=VLOOKUP($G3&$H$1,CHOOSE({1,2},$A$2:$A$10&$B$2:$B$10,D$2:D$10),2,0)}
J3{=VLOOKUP($G3&$H$1,CHOOSE({1,2},$A$2:$A$10&$B$2:$B$10,E$2:E$10),2,0)}
Press CTRL+SHIFT+ENTER to enter array formulas.


WBD
 
Upvote 0
Its not clear from your output what you want it to look like.
What's "D" in your output for a start?
Where is name in realtion to the rest of the table? is it a column of names you want or a report-like output?

Do the same as you've done on your original table (put boxes round the output) so we know what format you want it to be
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,399
Latest member
alchavar

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