P
Phillycheese5
I've got the following formula to pull in labels for a table:
=IF(VLOOKUP($D$9,Accounts!A1:G500,7,FALSE)<=3,Accounts!L4,"")&IF(VLOOKUP($D$9,Accounts!A1:G500,7,FALSE)=4,Accounts!M4,"")&IF(VLOOKUP($D$9,Accounts!A1:G500,7,FALSE)=5,Accounts!N4,"")
I don't know how to ask for a range if the VLOOKUP result is betwee
5-9 instead of adding a separate line for each value of 5,6,7,8 and 9.
I tried using {5,6,7,8,9} and gave the AND/OR a shot, but couldn't ge
it to work.
Any help would be appreciated.
Phillycheese
=IF(VLOOKUP($D$9,Accounts!A1:G500,7,FALSE)<=3,Accounts!L4,"")&IF(VLOOKUP($D$9,Accounts!A1:G500,7,FALSE)=4,Accounts!M4,"")&IF(VLOOKUP($D$9,Accounts!A1:G500,7,FALSE)=5,Accounts!N4,"")
I don't know how to ask for a range if the VLOOKUP result is betwee
5-9 instead of adding a separate line for each value of 5,6,7,8 and 9.
I tried using {5,6,7,8,9} and gave the AND/OR a shot, but couldn't ge
it to work.
Any help would be appreciated.
Phillycheese