RockandGrohl
Well-known Member
- Joined
- Aug 1, 2018
- Messages
- 801
- Office Version
- 365
- Platform
- Windows
=SUMIFS('Booking Data'!$I:$I, 'Booking Data'!$D:$D, $S$6, 'Booking Data'!$S:$S, $U7, 'Booking Data'!$T:$T, W$4, 'Booking Data'!$J:$J, "<>X",'Booking Data'!$U:$U,'JG EU'!$C$2)+SUMIFS('Booking Data'!$V:$V, 'Booking Data'!$D:$D, $S$6, 'Booking Data'!$S:$S, $U7, 'Booking Data'!$T:$T, W$4, 'Booking Data'!$J:$J, "<>X",'Booking Data'!$U:$U,'JG EU'!$C$2)
=SUMIFS('Booking Data'!$I:$I, 'Booking Data'!$D:$D, $S$6, 'Booking Data'!$S:$S, $U7, 'Booking Data'!$T:$T, W$4, 'Booking Data'!$J:$J, "<>X",'Booking Data'!$U:$U,'JG EU'!$C$2)+SUMIFS('Booking Data'!$V:$V, 'Booking Data'!$D:$D, $S$6, 'Booking Data'!$S:$S, $U7, 'Booking Data'!$T:$T, W$4, 'Booking Data'!$J:$J, "X",'Booking Data'!$U:$U,'JG EU'!$C$2)
I need those "Does not equal" signs gone from the second SUMIFS, as they are in the bottom string.
However, I can't find and replace as there are locked cell references.
I have a sheet with multiple tabs which total thousands of instances of this formula, multiplied by 4 different sheets.
How would you remove all the <> from just the second SUMIFS? Thanks.
=SUMIFS('Booking Data'!$I:$I, 'Booking Data'!$D:$D, $S$6, 'Booking Data'!$S:$S, $U7, 'Booking Data'!$T:$T, W$4, 'Booking Data'!$J:$J, "<>X",'Booking Data'!$U:$U,'JG EU'!$C$2)+SUMIFS('Booking Data'!$V:$V, 'Booking Data'!$D:$D, $S$6, 'Booking Data'!$S:$S, $U7, 'Booking Data'!$T:$T, W$4, 'Booking Data'!$J:$J, "X",'Booking Data'!$U:$U,'JG EU'!$C$2)
I need those "Does not equal" signs gone from the second SUMIFS, as they are in the bottom string.
However, I can't find and replace as there are locked cell references.
I have a sheet with multiple tabs which total thousands of instances of this formula, multiplied by 4 different sheets.
How would you remove all the <> from just the second SUMIFS? Thanks.