I am trying to develop a formula that will return a request ID # to an invoicing sheet.
The source sheet includes the request ID # and two columns with the criteria I want to be met (Lot Charge Fee, Ready to Invoice). I want the request ID # to only show up on the invoicing sheet if the following criteria is met:
- Lot Charge Fee = must have a value
- Ready to Invoice = must be checked
I'll then pull in other data from the source sheet into the invoicing sheet based on the request ID #.
The goal is to not pull in any rows that are not ready for invoicing or that do not require invoicing.
I've gotten an IF/AND statement work, however this does not seem to work on a cross-sheet basis, the formula only worked when referencing cells on the same sheet. INDEX/COLLECT may also work but I cannot figure out how.
Thanks for any help!