L
Legacy 452653
Guest
Hi,
Im working on a warehouse database with orders and quotes I have this IF formula =IF($B2="","",SUMIF(CheckOrderCommitted,B2, CommittedQuote)) But its giving me a $REF in all cells.
This is because the cells reference too, Data is not in the cell., Im trying to do a IFERROR so that when there is no data it should represent "0"
I have tried =IFERROR($B2="","",SUMIF(CheckOrderCommitted,B2, CommittedQuote),"") & =IFERROR($B2="","",SUMIF(CheckOrderCommitted,B2, CommittedQuote),"0")) and still does not work
Can you help me on this iferror formula
Thanks
Steve
Im working on a warehouse database with orders and quotes I have this IF formula =IF($B2="","",SUMIF(CheckOrderCommitted,B2, CommittedQuote)) But its giving me a $REF in all cells.
This is because the cells reference too, Data is not in the cell., Im trying to do a IFERROR so that when there is no data it should represent "0"
I have tried =IFERROR($B2="","",SUMIF(CheckOrderCommitted,B2, CommittedQuote),"") & =IFERROR($B2="","",SUMIF(CheckOrderCommitted,B2, CommittedQuote),"0")) and still does not work
Can you help me on this iferror formula
Thanks
Steve