Fighting with Excel (which I use VERY rarely). I want to have a cell return a "yes" value when a countif function returns a value >4, without having to have a separate "helper" column.
i.e. - I want cell E4 to give me a "Yes" when the number of cells in H4:R4 containing any value >0 is greater than 4.
Actual application to help visualize - E4 is my "championship eligible" column. H4:R4 is the number of points a driver receives if they drive in an event, which will always be at least 1 point if they show up. They have to drive at least 5 events to be eligible for a championship, regardless of points received.
Any help would be much appreciated - for some reason, whenever I try nesting the countif into the if statement, it's giving me a "yes" as long as there was any value >0 in any column, effectively ignoring the count function.
i.e. - I want cell E4 to give me a "Yes" when the number of cells in H4:R4 containing any value >0 is greater than 4.
Actual application to help visualize - E4 is my "championship eligible" column. H4:R4 is the number of points a driver receives if they drive in an event, which will always be at least 1 point if they show up. They have to drive at least 5 events to be eligible for a championship, regardless of points received.
Any help would be much appreciated - for some reason, whenever I try nesting the countif into the if statement, it's giving me a "yes" as long as there was any value >0 in any column, effectively ignoring the count function.
Last edited by a moderator: