Hi, I have a table with with references in Column F1....F2...etc
Trying to use a countIF function to count the number of times the word "Delivered" on the sheet "Delivery status" columns F to Z. Also, need to reference the count to cell F1(Barclays) etc
So far this isnt bringing in the count.
Any ideas please?
Trying to use a countIF function to count the number of times the word "Delivered" on the sheet "Delivery status" columns F to Z. Also, need to reference the count to cell F1(Barclays) etc
So far this isnt bringing in the count.
Any ideas please?
Excel Formula:
COUNTIFS('Delivery Status'!B:B,"Barclays", 'Delivery Status'!F:Z, "Delivered")