Hi, I am trying to create a formula that basically says if any numbers in the 12 rows specified are 0 or greater, then add them all together and find the average. however if any of them are negative numbers I only want to add the positive numbers together and find the average of the positive numbers. How do I do this formula? I started the formula like this: if(D8:D19>0,[Sum(D8:D19)/12], [], but have NO clue how to make the false statement take only the positive numbers and average them only. Also I wasn't sure if it would be easier if I added an additional column so if the number was negative then it was in column E. Please help![]()
Bookmarks