Hello all,
So, this is my formula; in excel it works and gives me the value that is correct, but in Smartsheet it says unparseable
=IF(AND([Supplier Name]@row = [Supplier Name]1, [Funding Occurrence]@row = "Annual", [Paid (Yes/No)]@row = "", [Billed (Yes/No)]@row = "", TODAY() - [Billing Date]@row = >"320"), "Bill" ,if(AND([Supplier Name]@row = [Supplier Name]1, [Funding Occurrence]@row = "Quarterly", [Paid (Yes/No)]@row = "", [Billed (Yes/No)]@row = "", TODAY() - [Billing Date]@row = >"60"),"Bill", "Don't' Bill")))
=IF(([Funding Occurrence]@row = "Annual", "365", IF([Funding Occurrence]@row = "Quarterly", "90", 0)) + [Billing Date]1))))
Both of these formulas are coming back as unparseable.
Also, when I go to drag down the formula, it looks to be anchoring certain cells when they don't need to be.