Calgary_Neil
Board Regular
- Joined
- Apr 5, 2014
- Messages
- 79
I have a structured table called Prod_TechT that is in B82:IX106 that I what to count the Number of "Y"s in every seventh column in IW82..106.
This worked =SUMPRODUCT(N(MOD(COLUMN($B82:IV82)-1,7)=0),N($B82:IV82="Y")), but I want to converted it to the structured names.
i.e. =SUMPRODUCT(N(MOD(COLUMN(@Prod_TechT)-1,7)=0),N(@Prod_TechT="Y"))
where I'm erroring is in isolating Prod_TechT to the current row. The @ errors out and Prod_TechT is a large array.
I not committed to this method but adding or counting every 7th column is important.
Thanks Neil Excel 365
This worked =SUMPRODUCT(N(MOD(COLUMN($B82:IV82)-1,7)=0),N($B82:IV82="Y")), but I want to converted it to the structured names.
i.e. =SUMPRODUCT(N(MOD(COLUMN(@Prod_TechT)-1,7)=0),N(@Prod_TechT="Y"))
where I'm erroring is in isolating Prod_TechT to the current row. The @ errors out and Prod_TechT is a large array.
I not committed to this method but adding or counting every 7th column is important.
Thanks Neil Excel 365