I realize this is somewhat hard to explain... maybe the below helps?
=if((leftA1="W"),(vlookup),((if(midA1="1"),(vlookup),(vlookup))
somewhat complicated, but would appreciate any help. I can't seem to get it to populate an answer
Welcome to the Newschoolers forums! You may read the forums as a guest, however you must be a registered member to post. Register to become a member today!
curious:
is this for M.I.S ?
=IF((LEFT(A1642,1)="w"),(VLOOKUP((MID(A1642,3,1)),'Sheet1'!$AN$3:$AR$30,5,0)),(IF((VLOOKUP(MID(A1642,2,1)),'Sheet1'!$AT$3:$AU$35,2,0)="1"),(VLOOKUP(MID(A1642,3,1)),'Sheet1'!$AN$5:$AR$30,5,0),(VLOOKUP(MID(A1642,3,1)),'Sheet1'!$AG$5:$AK$27,5,0)))