Hi Excel Gurus,
I have a list of invoice number such as:
12RD000252
15RC000564
18MD000548
18MC004512
type:
RD deposit
RC credit
MD withdraw
MC credit
I would like to lookup the respective invoices whether it is a deposit or a credit or a withdraw..
I have the respective formula:
=IF(VLOOKUP(D1692;D$1692:D$2157;1;FALSE)="*"&AB1692&"*";"Deposit";"withdraw")
but it doesn't seem to look up the things i want.
could anyone help me with this ?
your answers will be greatly appreciated!
Thanks!
I have a list of invoice number such as:
12RD000252
15RC000564
18MD000548
18MC004512
type:
RD deposit
RC credit
MD withdraw
MC credit
I would like to lookup the respective invoices whether it is a deposit or a credit or a withdraw..
I have the respective formula:
=IF(VLOOKUP(D1692;D$1692:D$2157;1;FALSE)="*"&AB1692&"*";"Deposit";"withdraw")
but it doesn't seem to look up the things i want.
could anyone help me with this ?
your answers will be greatly appreciated!
Thanks!