Forum Discussion

Cbuddy's avatar
Cbuddy
Copper Contributor
Jul 15, 2022
Solved

Excel Spreadsheet help - between 2 worksheets

hello,  I am trying to add values from 2nd Worksheet to master worksheet called "Budget" from the same Date ( 3/22 ) as sample.    What kind of formula can I use to input a total valve for the same...
  • Riny_van_Eekelen's avatar
    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.