This formula is working and returned with correct value
=SUMIF(RAW!C:C,5,RAW!D
)
However, I have another criteria would like to add in, which is:
(RAW!O:O="2B4AE01W")
I tried both below but not working
=SUM(OR(RAW!C:C=5),(RAW!O:O="2B4AE01W"),(RAW!D
))
and
=SUM(AND(RAW!C:C=5),(RAW!O:O="2B4AE01W"),(RAW!D
))
Please help~~
Urgent ~~ ~~ report due to deadline of submission ~~
Many thanks.
Cat =^.^=
=SUMIF(RAW!C:C,5,RAW!D
However, I have another criteria would like to add in, which is:
(RAW!O:O="2B4AE01W")
I tried both below but not working
=SUM(OR(RAW!C:C=5),(RAW!O:O="2B4AE01W"),(RAW!D
and
=SUM(AND(RAW!C:C=5),(RAW!O:O="2B4AE01W"),(RAW!D
Please help~~
Urgent ~~ ~~ report due to deadline of submission ~~
Many thanks.
Cat =^.^=