Hi,
I am using MATCH function to match a value in a different tab.
I have attached a sample file.
Please help on this. Its urgent.
Thanks,
aganesan99
Hi,
I am using MATCH function to match a value in a different tab.
I have attached a sample file.
Please help on this. Its urgent.
Thanks,
aganesan99
Try
=MATCH(B2,INDIRECT(A2&"!A:A"),0)
Thanks Jonmo1
You're welcome.
Hi
When I changed the tab names to Numbers, the formula is showing REF.
Please see the sample workbook attached.
Urgent....
Thanks,
aganesan99
That's not a number, it's a text string
1 period space 223
If the tab name contains a space, then any references to that tab must be enclosed in apostraphes
'1. 223'!A:A
Try
=MATCH(B2,INDIRECT("'"&A2&"'!$A:$A"),0)
In the INDIRECT function use single quotes like this:
INDIRECT("'"&A2&"'!A:A")
In "exploded view":
INDIRECT(" ' " & A2 & " ' ! A:A ")
Biff
Microsoft MVP Excel
Keep It Simple Stupid
Let's Go Pens. We Want The Cup.
Great!!!!!
Timely help
Thanks,
aganesan99
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
If I have helped, Don't forget to add to my reputation (click on the star below the post)
Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
Use code tags when posting your VBA code: [code] Your code here [/code]
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks