JEH105
New Member
- Joined
- Oct 11, 2019
- Messages
- 35
- Office Version
- 365
- Platform
- Windows
I can't seem to figure this one out. I use this formula to search in other tables for multiple types of values. It always works like a charm, but, this year I've added two new categories "P-8" and "T-8" (the number 8 can range from 1-8, hence why i'm trying to use the asterisk) and it's not working with the asterisk. (In bold below) What am I doing wrong?
I'm having trouble with lines 5 and 6.
I'm having trouble with lines 5 and 6.
Excel Formula:
=IF(OR(VLOOKUP(J$4,FLOW4[[#All],[Date:]:[Daniel]],2,0)="U",
VLOOKUP(J$4,FLOW4[[#All],[Date:]:[Daniel]],2,0)="H",
VLOOKUP(J$4,FLOW4[[#All],[Date:]:[Daniel]],2,0)="J",
VLOOKUP(J$4,FLOW4[[#All],[Date:]:[Daniel]],2,0)="C",
VLOOKUP(J$4,FLOW4[[#All],[Date:]:[Daniel]],2,0)="P*",
VLOOKUP(J$4,FLOW4[[#All],[Date:]:[Daniel]],2,0)="T*",
VLOOKUP(J$4,FLOW4[[#All],[Date:]:[Daniel]],2,0)="B",
ISNUMBER(VLOOKUP(J$4,FLOW4[[#All],[Date:]:[Daniel]],2,0))),
VLOOKUP(J$4,FLOW4[[#All],[Date:]:[Daniel]],2,0),"Available")