Dear Sir,
I have below formula to find entry numbers from lookup lists, but its not working because there is a space after vehicle number in lookup list I wanted to include trim function to remove space automatically instead of doing it manually every time.
=INDEX(LookupLists!C:C,MATCH(1,IF(LookupLists!A:A=Sheet1!$C2,IF(LookupLists!B:B=Sheet1!$E2,1)),0))
My second question is that I wanted to highlight duplicate entries based on type of expenses
If the entries are coming twice for same expenses then entry number should be highlighted red.
If the entries are coming twice but expenses are difference type then it should look normal.
I have below formula to find entry numbers from lookup lists, but its not working because there is a space after vehicle number in lookup list I wanted to include trim function to remove space automatically instead of doing it manually every time.
=INDEX(LookupLists!C:C,MATCH(1,IF(LookupLists!A:A=Sheet1!$C2,IF(LookupLists!B:B=Sheet1!$E2,1)),0))
My second question is that I wanted to highlight duplicate entries based on type of expenses
If the entries are coming twice for same expenses then entry number should be highlighted red.
If the entries are coming twice but expenses are difference type then it should look normal.