I have the following issue where i have to analyze actual bookings, and ensure they follow the allowed combination criteria. How can i make an excel vlookup/macro which compares the actual bookings to the allowed combinations, and if they dont meet the allowed criteria, returns an N/A?
Actual bookings
Account Department
250 10
300 6
350 9
Allowed combinations
Account Department
250 1-10
300 5
350 2-6
It becomes more difficult when several combinations can be allowed, as listed above for "Department codes" 1 to 10. For accounts 300 and 350 it should thus return an N/A.
Is this possible?
Actual bookings
Account Department
250 10
300 6
350 9
Allowed combinations
Account Department
250 1-10
300 5
350 2-6
It becomes more difficult when several combinations can be allowed, as listed above for "Department codes" 1 to 10. For accounts 300 and 350 it should thus return an N/A.
Is this possible?
Last edited: