Data in the spreadsheet contains three columns of interest, “vendor”, “part number” and “status.” Each vendor can have multiple associated part numbers. The status column indicates warehouse status, i.,e “on hand”, “on order”, and “out.” I want to be able to count the number of vendors with a specified status. I can find the result using this formula: =SUM(1/COUNTIF($Trial.B2:B460,$Trial.B2:B460)) if I sort the spreadsheet by status and then enter edit the beginning and ending row number based on sort. I’ve tried variations using COUNTIFS and SUMPRODUCT without success, since I’m new to CALC maybe it’s a syntax error I haven’t figured out.
thanks