pre
1 TopicI want to find the % of different categories
Hey! I have made a column that have split the total number of rows into either Red or Green based on the value. Green / Red is a column with the function: Green/Red = IF ( Row >= 50 , "Green", "Red") Then to get the Number of columns: Number of Green/Red = Count ( Green/Red ) and lastly Function I am attempting is = SUM( Row ) / ( Number of Green/Red) I now want to calculate what % of rows falls into each - how do I do this? Thank you!811Views0likes1Comment