Forum Discussion
keri marciniak
Apr 15, 2018Copper Contributor
excel formula
I need to add c6 through e6 and subtract from that total f6 through w6. How do I write a formula for this?
2 Replies
- JamilBronze Contributor=Sum(C6:E6)-Sum(F6:W6)
- Logaraj SekarSteel Contributor
=SUM(F6:W6)-SUM(C6:E6)