This is a follow up to my previously posted question.
I am trying to number just the gap items, but all the high impact should come first in date order, and then medium impact in date order continuing. I was able to get it to start over the count when the impact changes, but I would like it to continue and update if a new high impact item is added at a later date.
Green Column is what it should be
Test #
=IF(OR(ISBLANK([Date Added]@row), Category@row <> "Gap Item"), "", COUNTIFS([Impact Value]:[Impact Value], [Impact Value]@row, [Date Sequence]:[Date Sequence], <=[Date Sequence]@row))
Impact #
=IF(ISBLANK([Date Added]@row), "", IF(Category@row <> "Gap Item", "", COUNTIFS(Category:Category, Category@row, [Impact Sequence]:[Impact Sequence], <=[Impact Sequence]@row)))
Date # (original formula)
=IF(OR(ISBLANK([Date Added]@row), Category@row <> "Gap Item"), "", COUNTIFS(Category:Category, Category@row, [Date Sequence]:[Date Sequence], <=[Date Sequence]@row))
https://app.smartsheet.com/b/publish?EQBCT=04ee9edac8db4f6f97cd426f376a0d4a&_gl=11032wsj_gcl_auMjAzOTQ4NzE1MC4xNzM3OTE0OTA4_gaODcxOTAzMDEyLjE3MDY3MTg4MTc._ga_ZYH7XNXMZK*MTc0NDk4NzkxOS42NDQuMS4xNzQ0OTg4MTM1LjEzLjAuMA..