J
Joe Gieder
I am trying to use this fomula:
=SUM(IF('Priced BOM'!$H$3:$H$203<>"Yes",IF(LEFT('Priced
BOM'!$M$3:$M$203,16<>"Purchase History"),IF('Priced BOM'!
$W$3:$W$203<>"USAInfo",'Priced BOM'!$T$3:$T$203,0),0)))
to help sum different information but it gives me a
#value error. The problem lies in the portion IF(LEFT
('Priced BOM'!$M$3:$M$203,16<>"Purchase History") but I
need to use left (or another way) since sometinmes after
the wors Purchase History there are other pieces of
information I need. Is there a way to rewrite this
formula?
TIA
Joe
=SUM(IF('Priced BOM'!$H$3:$H$203<>"Yes",IF(LEFT('Priced
BOM'!$M$3:$M$203,16<>"Purchase History"),IF('Priced BOM'!
$W$3:$W$203<>"USAInfo",'Priced BOM'!$T$3:$T$203,0),0)))
to help sum different information but it gives me a
#value error. The problem lies in the portion IF(LEFT
('Priced BOM'!$M$3:$M$203,16<>"Purchase History") but I
need to use left (or another way) since sometinmes after
the wors Purchase History there are other pieces of
information I need. Is there a way to rewrite this
formula?
TIA
Joe