Hey All
Need some help in fixing this formula to count correctly.
=COUNT(OFFSET(F61:J94,-INT(COUNTIF(F27:J60,">0")/3),0,MAX(ROWS(F61:J94)-INT(COUNTIF(F27:J60,">0")/3),INT(COUNTIF(F27:J60,">0")/3))))
Cell F27:F60 will have numbers only
Cell G27:G60 will have text only
Cell H27:H60 Will have numbers only
Cell I27:I60 Will have Text only
Cell J27:J60 will have numbers only
I know it's counting blank cells with formulas in Cell G27:G60 & I27:I60 as numbers, when it shouldn't count anything.
In Cell F27:F60 & Cell H27:H60 & Cell J27:60 are numbers any numbers in these's cells should be conuted as 1 in each cell.
Right not this formula is counting a number of 166 when it should only be counting as 102
Thanks
Need some help in fixing this formula to count correctly.
=COUNT(OFFSET(F61:J94,-INT(COUNTIF(F27:J60,">0")/3),0,MAX(ROWS(F61:J94)-INT(COUNTIF(F27:J60,">0")/3),INT(COUNTIF(F27:J60,">0")/3))))
Cell F27:F60 will have numbers only
Cell G27:G60 will have text only
Cell H27:H60 Will have numbers only
Cell I27:I60 Will have Text only
Cell J27:J60 will have numbers only
I know it's counting blank cells with formulas in Cell G27:G60 & I27:I60 as numbers, when it shouldn't count anything.
In Cell F27:F60 & Cell H27:H60 & Cell J27:60 are numbers any numbers in these's cells should be conuted as 1 in each cell.
Right not this formula is counting a number of 166 when it should only be counting as 102
Thanks