Hello, I was looking to create an if condition to create the following.
Store Open Date
OR
Version Effective Date
have PRIOR YEAR date, then Start Depr Date should be listed as 1/1/XXXX of CURRENT YEAR
AND Then
SUBTRACT # of months passed (include mnth start date/version effective date) from the listed Lease term
(take lease term and subtract it from the months it has been opened including the first month)
Here is what I have so far.
if(Currentrow.ByField(“Store Open Date”) or CurrentRow.ByField(“Version Eff Date”)=DateTime.Now.AddYears(-1).Year, “1/1/yyyy”,“”)
Can you share the screenshot of your workflow so it would be easy to frame the if condition. Hope I might find a solution and any dummy excel from which you are reading data. It will be very useful.