I have a spreadsheet:
Column A is the location
Column B is dollar sales
Column C is unit sales
Column D is % of dollar sales(b2/(sumB:B)
Column E is the accum of % of dollar sales
Column F I want to apply if E is greater than 0, less than 5, "A" if greater than 5, less than 25, "B", greater than 25, less than 50, "C", greater than 50, less than 75, "D", greater than 75, less than 100, "E".
Cant get started, have this formula:
=IF(E2>0,and IF(E2<=5,"A"))
Any help here and do I have to have the accum column or is there a formula that would sum the accum?
Column A is the location
Column B is dollar sales
Column C is unit sales
Column D is % of dollar sales(b2/(sumB:B)
Column E is the accum of % of dollar sales
Column F I want to apply if E is greater than 0, less than 5, "A" if greater than 5, less than 25, "B", greater than 25, less than 50, "C", greater than 50, less than 75, "D", greater than 75, less than 100, "E".
Cant get started, have this formula:
=IF(E2>0,and IF(E2<=5,"A"))
Any help here and do I have to have the accum column or is there a formula that would sum the accum?