I’m counting entries from a separate spreadsheet, and have figured out how to do that, e.g., =COUNTIFS(Catalog.E4:E6000,“x”,Catalog.G4:G6000,“x”,Catalog.M4:M6000,“x”).
However, in some instances, there are other entries in the required columns beside “x”, and I want to include all entries. So, in the above example, in “Catalog.M4:M6000” I need to include not only “x”, but also “D” and “T”. How do I adjust the formula to include all those entries?