Hi
I currently have following formula counting number of projects with status completed in EU and checking base date monthly:
=COUNTIFS({production date}, <=DATE(2023, 1, 31), {base eu kof}, >=DATE(2023, 1, 1), {status}, "Completed", {division}, "EU")
However some projects don't have "production date" they've got another date= "shipment date", in those cases i need to count by that date and cannot figure out the formula for that.
Summing up i need to have formula like that:
IF production date is in place then count by that date, IF production date IS BLANK count by shipment date
Any idea how to write it?
Regards,
Piotr