NOELHODGES
3 years agoQrew Cadet
DateTime Formula
Hi!
I am trying to make a formula with DateTime fields that says if Date A plus 14 days is less than or equal to Date B then return "Overnight Shipping else return "Normal Shipping"
I am using a text formula field and this is what I have so far
IF(ToTEXT(WeekdayAdd(ToDate([Date A]),+14) <= [Date B], "Overnight Shipping","Normal Shipping"))
It is giving me the error on the <= saying "The operator '<=' can't be applied on types date, datetime.
Does anyone know how to get past this?
------------------------------
NOEL HODGES
------------------------------
I am trying to make a formula with DateTime fields that says if Date A plus 14 days is less than or equal to Date B then return "Overnight Shipping else return "Normal Shipping"
I am using a text formula field and this is what I have so far
IF(ToTEXT(WeekdayAdd(ToDate([Date A]),+14) <= [Date B], "Overnight Shipping","Normal Shipping"))
It is giving me the error on the <= saying "The operator '<=' can't be applied on types date, datetime.
Does anyone know how to get past this?
------------------------------
NOEL HODGES
------------------------------