Hi there,
I have inserted the following formula and it hasn't worked. It is fairly straightforward in that if cell Y3 had either "Invoiced" or "Part Invoiced" input then return the value in cell W3, otherwise return zero.
=IF(Y3="Invoiced"(AND(OR(Y3="Part Invoiced",W3,0))))
Any help would be...