What I am needing to do is a "if and" statement. I.E.
=IF(D11="Waste Disposal",E11-M11-O11,IF(D11="Property Taxes"& A11="1105006",ROUND(+E11*G11,20)+20000,IF(D11="Depreciation" & A11="1105006",ROUND(+E11*G11,20)+54000,ROUND(+E11*G11,20))))
Without the "&" portion of each if it works great but really need the "and". Tried spelling out "and" but get formula errors.
Any help is greatly appreciated.
=IF(D11="Waste Disposal",E11-M11-O11,IF(D11="Property Taxes"& A11="1105006",ROUND(+E11*G11,20)+20000,IF(D11="Depreciation" & A11="1105006",ROUND(+E11*G11,20)+54000,ROUND(+E11*G11,20))))
Without the "&" portion of each if it works great but really need the "and". Tried spelling out "and" but get formula errors.
Any help is greatly appreciated.