Hi,
I am trying to get the sumif function to work for me and I am having trouble. I am trying to sum the PO amount of invoices in column PO Total if the CType column has "Cabling" in it. For some reason I am getting #UNPARSEABLE. Any thoughts?
This is the formulas I have tried so far:
=SUMIF({CType}:{CType}, Find("Cabling", @cell) > 0, {PO Total}:{PO Total})
Thanks in advance