Jan 02 2023 11:38 AM
I have a spreadsheet that lists events with a $ value in the cell to the right. Spreadsheet has multiple columns with same events. Each event is color coded. How do I group each event and total the cell next to it? This is a spreadsheet that lists companies and what they sponsored so goal is to know how much $ we have for each event. See attached pic of spreadsheet. T
Jan 02 2023 11:49 AM
Solution=SUM(IF($B$2:$F$17=C20,$C$2:$G$17))
You can try this formula in order to sum the amounts for each event. Enter the formula with ctrl+shift+enter if you don't work with Office365 or Excel 2021.
Jan 02 2023 12:15 PM
Jan 02 2023 11:49 AM
Solution=SUM(IF($B$2:$F$17=C20,$C$2:$G$17))
You can try this formula in order to sum the amounts for each event. Enter the formula with ctrl+shift+enter if you don't work with Office365 or Excel 2021.