Two Constraints are-
Packaging type
Warehouse Location
Please find attached file. Coloumn D has to be filled using the data displayed in table G4:M10.
Kindly put a suitable formula to serve the purpose.
Thanks and regards,
Anibha
Two Constraints are-
Packaging type
Warehouse Location
Please find attached file. Coloumn D has to be filled using the data displayed in table G4:M10.
Kindly put a suitable formula to serve the purpose.
Thanks and regards,
Anibha
How about this?
PL of 12-13 v1-q.xlsx
Please make the Post as solved, when you get your answer & Click * if you like my suggestion
try this forumla and copy down
![]()
=INDEX($G$4:$M$10,MATCH(C2,$G$5:$G$10,0),MATCH(B2,$H$4:$M$4,0))
Regards
Sean
Please add to my reputation if you think i helped (click on the star below the post)
Mark threads as "Solved" if you have your answer (Thread Tools->Mark thread as Solved)
Use code tags when posting your VBA code: [code] Your code here [code]
Please supply a workbook containing example Data: It makes its easier to answer your problem & saves time!
In D2
=INDEX($H$5:$M$10,MATCH(C2,$G$5:$G$10,0),MATCH(B2,$H$4:$M$4,0))
Copy down
Life's a spreadsheet, Excel!
Say thanks, Click *
HI Anibha,
Use below formula and drag down:-
Formula:
=INDEX($G$4:$M$10,MATCH($C2,$G$4:$G$10,0),MATCH($B2,$G$4:$M$4,0))
Regards,
DILIPandey
<click on below * if this helps>
DILIPandey, Excel rMVP
+919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com
Everybody is pushing for Index formula....
Is there any reason for that?
What about using Vlookup or the formula I have used...
PHP Code:
=OFFSET($G$4,MATCH(B2,$G$4:$M$4,0),MATCH(C2,$G$4:$G$10,0))
Hi akhileshgs,
There could be reasons for that but as per me why I chosen Index -match because it is faster then vlookup
Hope thread will not change towards the discussion of "which formula is fast" as we all can do separate research on that
Regards,
DILIPandey
<click on below * if this helps>
Thanks Savioursssssss!!!!!!! Thanks a million![]()
Cheers
Please mark this thread as [SOLVED].. thanks.
Regards,
DILIPandey
<click on below * if this helps>
Sorry Pandeji.....
____________________________________
To mark your thread solved do the following:
- Go to the first post
- Click edit
- Click Advance
- Just below the word "Title:" you will see a dropdown with the word No prefix.
- Change to Solve
- Click Save
Its Ok AkhileshJi
Regards,
DILIPandey
<click on below * if this helps>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks