• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Lookup Multi Tabel From Multi Sheets

Kenshin

Member
Hi Ninjas glad see you again and i desperate need help from you guys
 

Attachments

  • Asking Help.xlsx
    11.3 KB · Views: 8
B4: =IF(MATCH($B$2,'1'!$A$4:$A$26,0)=1,$B$2,"")
B5: =IF(MATCH($B$2,'2'!$A$4:$A$26,0)=1,$B$2,"")
B6: =IF(MATCH($B$2,'3'!$A$4:$A$26,0)=1,$B$2,"")
 
Thanks Hui for the reply, it's just work for date that avalaible on 3 sheets, but how f the date is just available only on 1 sheet?
 
It will show the date on the sheet it is on, blanks on the others
 
Maybe,

In "Result" Sheet B4, formula copied down :

=IFERROR(VLOOKUP(B$2,INDIRECT("'"&INDEX({1,2,3},AGGREGATE(15,6,1/(1/{1,2,3}*(COUNTIFS(INDIRECT("'"&{1,2,3}&"'!A4:A100"),$B$2)=1)),ROW(A1)))&"'!$A$4:$A$100"),1,0),"")

Regards
Bosco
 

Attachments

  • Asking Help (2).xlsx
    12.9 KB · Views: 8
Maybe,

In "Result" Sheet B4, formula copied down :

=IFERROR(VLOOKUP(B$2,INDIRECT("'"&INDEX({1,2,3},AGGREGATE(15,6,1/(1/{1,2,3}*(COUNTIFS(INDIRECT("'"&{1,2,3}&"'!A4:A100"),$B$2)=1)),ROW(A1)))&"'!$A$4:$A$100"),1,0),"")

Regards
Bosco


Awesome bro, the formula does the job, thank you man......thank you
 
Back
Top