Hi, I have different worksheets in a workbook. I need one of the worksheets to sum up the figures from the other 2 worksheets when the row inputs in those worksheets are a match.
The input in one worksheet (eg row 1: Salary) may not be in the same row as worksheet 2. I tried using a if and or formula - it looked as it worked at one time but now I am not getting the results I want.
=IF(OR($A38='SG TECH BUDGET 2018'!$A32,'SGWWL Prdt IDP BUDGET 2018'!$A38='SG IDP BUDGET 2018'!$A32),SUM('SG TECH BUDGET 2018'!I32,'SG IDP BUDGET 2018'!I32))
The input in one worksheet (eg row 1: Salary) may not be in the same row as worksheet 2. I tried using a if and or formula - it looked as it worked at one time but now I am not getting the results I want.
=IF(OR($A38='SG TECH BUDGET 2018'!$A32,'SGWWL Prdt IDP BUDGET 2018'!$A38='SG IDP BUDGET 2018'!$A32),SUM('SG TECH BUDGET 2018'!I32,'SG IDP BUDGET 2018'!I32))