H
Harvey Waxman
3 columns, A-B-C
I want to calculate the average percentage change from all the items in
A to B but only if C is blank
{IF(C1:C100=""), (SUM(A1:A100)/SUM(B1:B100))-1)}
I know this is wrong but you get the idea.
I want to calculate the average percentage change from all the items in
A to B but only if C is blank
{IF(C1:C100=""), (SUM(A1:A100)/SUM(B1:B100))-1)}
I know this is wrong but you get the idea.