Forum Discussion
Jason S.
Jun 13, 2018Copper Contributor
Trying to sort a spreadsheet with SUMIF formulas
I have created a basic "movie draft" spreadsheet, where people pick movies and their box office totals are totaled up and the person with the highest overall total wins. When I try to sort the le...
- Jun 13, 2018
Hi Jason,
Please use absolute references in SUMIF like
=SUMIF($C$2:$C$7, "Bill", $B$2:$B$7)
Autosort - not sure right now
SergeiBaklan
Jun 13, 2018Diamond Contributor
Hi Jason,
Please use absolute references in SUMIF like
=SUMIF($C$2:$C$7, "Bill", $B$2:$B$7)
Autosort - not sure right now
Jason S.
Jun 13, 2018Copper Contributor
Awesome. Thanks, that worked. Autosort isn't too big of a deal. I'm just happy that the sort feature works now