P
Please work this time...
I need help with the thread below."Countifs bites again"
https://groups.google.com/forum/?fr....public.excel.worksheet.functions/rDHn9VjHDlQ
I am using the following now, but i realised an error in my logic.
What needs to happen is that if the first 3 conditions are correct then I need to return the count of of all the columns AP8:AP107,AQ8:AQ107 & AR8:AR107 that
have a value <=500. So if eg ap8 is 450 and ar8 is 350 then the function needs to return 2 and so on.
=COUNTIFS(Sheet3!C8:C107,"*",Sheet3!AH8:AH107,"*",Sheet3!AO8:AO107,"*",Sheet3!AP8:AP107,"<=500",Sheet3!AQ8:AQ107,"<=500",Sheet3!AR8:AR107,"<=500")
https://groups.google.com/forum/?fr....public.excel.worksheet.functions/rDHn9VjHDlQ
I am using the following now, but i realised an error in my logic.
What needs to happen is that if the first 3 conditions are correct then I need to return the count of of all the columns AP8:AP107,AQ8:AQ107 & AR8:AR107 that
have a value <=500. So if eg ap8 is 450 and ar8 is 350 then the function needs to return 2 and so on.
=COUNTIFS(Sheet3!C8:C107,"*",Sheet3!AH8:AH107,"*",Sheet3!AO8:AO107,"*",Sheet3!AP8:AP107,"<=500",Sheet3!AQ8:AQ107,"<=500",Sheet3!AR8:AR107,"<=500")