edward8503
New Member
- Joined
- Jul 8, 2011
- Messages
- 2
Hello All,
I haven't used these forums before, I hope someone will be able to help!
Basically, I have two sheets:
In one sheet, I have a column of descriptions:
Column A:
Accrual for ADP
Grant true up
Consulting FESCO fee
In the second sheet, I have a column of keywords and associated vendors:
Column A, Column B
ADP, ADP INC
Grant, GRANT THORNTON LLP
E&Y, ERNST & YOUNG LLP
FESCO, FESCO CONSULTING
For each description, I wanted to see if I could find a way to search the description for a keyword, then return the vendor associated with that keyword.
For example: Since "Accrual for ADP" has the keyword "ADP" in it, it would return "ADP INC" in the cell.
I was trying index() and find() functions, but to no avail. I would appreciate any help!
I haven't used these forums before, I hope someone will be able to help!
Basically, I have two sheets:
In one sheet, I have a column of descriptions:
Column A:
Accrual for ADP
Grant true up
Consulting FESCO fee
In the second sheet, I have a column of keywords and associated vendors:
Column A, Column B
ADP, ADP INC
Grant, GRANT THORNTON LLP
E&Y, ERNST & YOUNG LLP
FESCO, FESCO CONSULTING
For each description, I wanted to see if I could find a way to search the description for a keyword, then return the vendor associated with that keyword.
For example: Since "Accrual for ADP" has the keyword "ADP" in it, it would return "ADP INC" in the cell.
I was trying index() and find() functions, but to no avail. I would appreciate any help!