Hi,
Is there any alternative formuala for VLOOKUP function which is compatible with older version of Excel (excel 2003)
Thanks and regards,
Tanza![]()
Hi,
Is there any alternative formuala for VLOOKUP function which is compatible with older version of Excel (excel 2003)
Thanks and regards,
Tanza![]()
Last edited by Tanza; 04-23-2011 at 08:14 AM.
Possibly the most useful is
INDEX(array,row_num,column_num)
MATCH(lookup_value, lookup_array, [match_type])
Combined to give
INDEX(array,MATCH(lookup_value, lookup_array, [match_type]),column_num)
Hope this helps
If you need any more information, please feel free to ask.
However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....
Also
اس کی مدد کرتا ہے اگر
شکریہ کہنے کے لئے سٹار کلک کریں
If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.
If you give specific details about your objective, we can help provide an exact solution.
Considering uploading a sample workbook that shows what you need.
By pressing Shift + F3 keys, Excel will display the Insert Function dialog, From there, you can use the drop down to select the category of "Lookup & Reference" to show all related functions.
Palmetto
Do you know . . . ?
You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.
why do you want an alternative? vlookup works ok in all versions anyway
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Sorry for late response.
I have used the following formula to generate client specific timeline
=VLOOKUP($A$2,Client,2,FALSE)
and to generate future date, applied the below formula
=IF(C2="","",CHOOSE(MATCH(VLOOKUP(A2,Cutomer,3,0),Days,0),VLOOKUP(A2,Cutomer,2,0)+C2,WORKDAY(C2,VLOOKUP(A2, Cutomer,2,0)),EDATE(C2,VLOOKUP(A2, Cutomer,2,0)),EDATE(C2,VLOOKUP(A2, Cutomer,2,0)*12)))
Is it possible to replace the VLOOKUP with INDEX formula.
Thank you
kind regards,
Tanza
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks