I have a large spreadsheet to track golf statistics by player, by day, participating by month. Each day a player participates they get a $0 or a positive dollar amount depending on their results for the day. Currently I have a =COUNT formula to track the number of days each participates and it works great. Trying to figure out now to come up with a relatively simple formula to count only the days there are positive dollar amounts shown. Thought about a nested IF statement but each month varies between 16 to 20 days of play so that seems too cumbersome to get to work correctly. Any direction/suggestion would be appreciated!