APerfectCircle
New Member
- Joined
- Jul 14, 2018
- Messages
- 3
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 3600, then it multiplies C3*30, if not, then H3-B3.
However, I need to add another part where if B3 does not contain "LEASE", then it will multiply G6*30
Any help is appreciated.
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 3600, then it multiplies C3*30, if not, then H3-B3.
However, I need to add another part where if B3 does not contain "LEASE", then it will multiply G6*30
Any help is appreciated.