creative999
Board Regular
- Joined
- Jul 7, 2021
- Messages
- 100
- Office Version
- 365
- 2019
- Platform
- Windows
- MacOS
Hi
I have a formula SUMIF formula which works but now need to update it so part of the formula looks for the same value across two columns.
The formula needs to look at column B OR column D for Z1 value.
=SUM(SUMIFS(SHEET1!$A$2:$A$200,SHEET1!$B$2:$B$200,Z1, SHEET1!$C$2:$C$200,"9999"))
I have a formula SUMIF formula which works but now need to update it so part of the formula looks for the same value across two columns.
The formula needs to look at column B OR column D for Z1 value.
=SUM(SUMIFS(SHEET1!$A$2:$A$200,SHEET1!$B$2:$B$200,Z1, SHEET1!$C$2:$C$200,"9999"))