Hi there, I am kind of new to SS formulas and I am trying to create a function that adds an amount to a column IF that column is a certain deal type. The columns that I need the addition to are labeled "Development WAG $" and "Implementation Costs $". IF the "Deal Type" column has "Lease/ Purchase" I need the $350,000 to be added to the "Implementation Costs $" column. IF the "Deal Type" column has "Lease-CareTrust", "Lease-Welltower", "Lease-Sabra", or "Lease-Omega" I need the $350,000 added into "Development Wag $" column. There is also a constant in the "Implementation Costs $" column of =([Bed (Estimate)]@row*6000, and in the "Development WAG $" column there is a constant of =[Development Hard Costs $]@row + [Development Soft Costs $]@row + [Developer Fee $]@row. There is also a formula in "Developer Fee $" column that says =IF(AND([Deal Type]@row <> "Lease / Purchase", [Deal Type]@row <> "Purchase"), 350000, 0). Not sure if this is useful. Any information would be greatly appreciated!!