Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

vlookup and hlookup

Status
Not open for further replies.

mathcadboy

Civil/Environmental
Joined
Sep 14, 2009
Messages
38
Location
PH
Hello, is there a way in mathcad to use vlookup that the value that it looks up is not on the first column? because in excel I do something like this :

=INDEX(A2:A6,MATCH("Belfast",C2:C6,0))

Is there a way to do this in mathcad?
thanks in advance to anyone that can help
 
Do you mean something like Res:=match(z,M)?
 
I just insert my excel sheet as a component in MathCAD and read variables into and out of Excel. Then you have all of your familiar Excel functions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top