Hello,
Im trying to get a min of 4 if PA points and SS points are both active then have 4 or the number that is either ss or pa add to the other columns, is that possible? Here's the formula I came up with but its not working.
=IFERROR(IF(OR([Status Detail]@row = "Ready to return", [Status Detail]@row = "Transfer"), "N/A", MIN(4, IF([PA Points ]@row, 4, 0) + (IF([SS Points ]@row, 4, 0) + SUM([Ed Points ]@row, [Visit Points ]@row, [Wait Points]@row,[PA Points ]@row, [SS Points ]@row),0, "N/A"))))