Hi I have an excel sheet with Data on sheet1. On Sheet2 I am trying to get it to do calculation. I am having a problem with the countif command. I need to count the number of records that meet a few criterial. I.E.
=COUNTIF(Sheet1!F:F,"Die Set 7010-38 38 DSS")
How do I add it to check another criterial. Like right now it is checking F:F to make sure it equals that Die Set, I need it to check another column to to and only count those that match those two. Any ideas?
=COUNTIF(Sheet1!F:F,"Die Set 7010-38 38 DSS")
How do I add it to check another criterial. Like right now it is checking F:F to make sure it equals that Die Set, I need it to check another column to to and only count those that match those two. Any ideas?