I have created a spreadsheet for the end users to use that allows them to select from a list the deposit type now I need the bank code to automatically be entered based on the deposit type and there are 3 types of deposits. I have the first have correct but I'm not sure how to add next half.
=IF(AND(E3="Credit Card"), (A1="Prince George Health Department"),"1103-Wells Fargo Credit Card") or
=IF(AND(E3="Cash & Check"), (A1="Prince George Health Department"),"5200-BSV") or
=IF(AND(E3="Electronic Wire"), (A1="Prince George Health Department"),"1106-Electronic Funds")
Please help, I say a message suggesting using INDEX & MATCH it wasn't clear enough.
Bookmarks