I have a sheet whose data looks like this (only much larger, of course):
Account# JanAmount Account# FebAmount Account# MarAmount
132441 $36.28 12444 $249.45 143144 $223.10
144314 $97.19 143144 $283.29 41343 $278.80
12444 $68.82
143144 $37.79
41343 $59.20
... and I need to summarize the data by account number in a table like this:
1st quarter totals
Account # Amount
132441 $36.28
144314 $97.19
12444 $318.27
143144 $544.18
41343 $338.00
Can I use sumif to summarize across several columns? Or is there a more elegant way to get my second table?
Account# JanAmount Account# FebAmount Account# MarAmount
132441 $36.28 12444 $249.45 143144 $223.10
144314 $97.19 143144 $283.29 41343 $278.80
12444 $68.82
143144 $37.79
41343 $59.20
... and I need to summarize the data by account number in a table like this:
1st quarter totals
Account # Amount
132441 $36.28
144314 $97.19
12444 $318.27
143144 $544.18
41343 $338.00
Can I use sumif to summarize across several columns? Or is there a more elegant way to get my second table?
Last edited: