Forum Discussion
Excel Spreadsheet help - between 2 worksheets
- Jul 15, 2022
Cbuddy That could be something like (in B22 on the Budget sheet):
=SUMIF(Baldor!$B$2:$B$2000,A22,Baldor!$F$2:$F$2000)
which means as much as, look in column B for same value as in A22 and then sum the amounts from column F on matching rows.
You then need to copy this formula up and down as you want to use it on every row.
Cbuddy You should use SUMIF for this type of calculation.
- Riny_van_EekelenJul 15, 2022Platinum Contributor
Cbuddy That could be something like (in B22 on the Budget sheet):
=SUMIF(Baldor!$B$2:$B$2000,A22,Baldor!$F$2:$F$2000)
which means as much as, look in column B for same value as in A22 and then sum the amounts from column F on matching rows.
You then need to copy this formula up and down as you want to use it on every row.
- CbuddyJul 16, 2022Copper Contributor
Riny_van_Eekelen Thank you so much for your help. That was the perfect formula I been looking for !!