Almost New Year so best wishes for 2023.
I have a sheet with 12 columns and 250 rows of data which contain numbers in either 1,2,3,4 or 5 cells spread variously across the columns. I have created a 13th column with a formula counting the number of cells in each row with a number. A 14th column then extracts the maximum value in the rows where the count number in the 13th column is greater than 3.
I am wanting to sum the amounts in each column where the value in the 13th column is >3. I can do this successfully with a SUMIF formula [=SUMIF($M$4:$M$255,">3",A$4:A$255)]. But what I want to do is exclude the maximum value of any row of the 12 columns with more than 3 cells with numbers in that row. As stated above, I have extracted the maximum value of each row of the 12 columns however I cannot seem to create a formula to add the columns excluding the se values should they occur in the column being totalled.
The data are quarterly fees, or annual fees, or twice annual etc. and I want to get a value for each type of fee for each month.
Thanking you in anticipation
I have a sheet with 12 columns and 250 rows of data which contain numbers in either 1,2,3,4 or 5 cells spread variously across the columns. I have created a 13th column with a formula counting the number of cells in each row with a number. A 14th column then extracts the maximum value in the rows where the count number in the 13th column is greater than 3.
I am wanting to sum the amounts in each column where the value in the 13th column is >3. I can do this successfully with a SUMIF formula [=SUMIF($M$4:$M$255,">3",A$4:A$255)]. But what I want to do is exclude the maximum value of any row of the 12 columns with more than 3 cells with numbers in that row. As stated above, I have extracted the maximum value of each row of the 12 columns however I cannot seem to create a formula to add the columns excluding the se values should they occur in the column being totalled.
The data are quarterly fees, or annual fees, or twice annual etc. and I want to get a value for each type of fee for each month.
Thanking you in anticipation