Multiply a COUNT IF result

Hello! So I have to multiply the count column for when the supplier gets rejected more than one time. Example: In the row that's selected, since the "Date Rejected 02" is not blank, the count column is supposed to equal to "2" and not "1", the same goes for when the date rejected 03 and 04 are not blank. So when "Rejected 02" isn't blank, the result needs to multiply by 2, if "Date rejected 03" isn't blank, the result needs to multiply by 3, and if "Date rejected 04" isn't blank, the result needs to multiply by 4!

The initial formula was:

=IF(COUNTIFS(Supplier:Supplier; Supplier@row) >= 1; COUNTIF(Supplier:Supplier; Supplier@row))

Captura de Tela (43).png


Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!