Good Morning
I am having a small issue with the following formula
This formula returns a zero value (as it does not recognise the FALSE value) (I have tried it with and without brackets)
now if I try the formula (and manually changing the FALSE to unsettled as an example)
this returns the desired result
This is not ideal as I have a large reference pool with TRUE/FALSE values in column V
I would be grateful if anyone can tell me what I am doing wrong.
thanks in advance
I am having a small issue with the following formula
Code:
=SUMIFS('DVP Settlement Report'!P:P,'DVP Settlement Report'!E:E,"Sell",'DVP Settlement Report'!V:V,FALSE,'DVP Settlement Report'!R:R,C7)
This formula returns a zero value (as it does not recognise the FALSE value) (I have tried it with and without brackets)
now if I try the formula (and manually changing the FALSE to unsettled as an example)
Code:
=SUMIFS('DVP Settlement Report'!P:P,'DVP Settlement Report'!E:E,"Sell",'DVP Settlement Report'!V:V,"unsettled",'DVP Settlement Report'!R:R,C7)
this returns the desired result
This is not ideal as I have a large reference pool with TRUE/FALSE values in column V
I would be grateful if anyone can tell me what I am doing wrong.
thanks in advance