Hi,
I have the following formula, but need to add an additional piece where I'm stuck.
IF(AND(ISNUMBER(SEARCH($A$1,B3,1)),(H3-G3>3600)),C3*30,H3-G3)
The formula searches for the text "LEASE" in B3, it then calculates the difference between two dates (H3-G3), if the result is greater than...