S.H.A.D.O.
Well-known Member
- Joined
- Sep 6, 2005
- Messages
- 1,915
Good evening,
I have text in cell I6 of the current Worksheet with a number at the end of it.
I want to use the number 2,126 in the text above to VLOOKUP the number 2,126 in another Worksheet.
Here is the formula I am using but can't seem to get it to work.
Any help will be appreciated.
I have text in cell I6 of the current Worksheet with a number at the end of it.
Code:
Some sort of text here [B]2,126[/B]
I want to use the number 2,126 in the text above to VLOOKUP the number 2,126 in another Worksheet.
Here is the formula I am using but can't seem to get it to work.
Code:
=CONCATENATE(TEXT (VLOOKUP(RIGHT(I6,5),Master!B16:D2515,3)," dd-mmm-yyyy"))
Any help will be appreciated.