Re: I'm an idiot, cant figure out Excel Date Time Conversion
I much appreciate your time in trying to help me figure this out, unfortunately I think you missed the part of the title where I disclosed that I am an idiot. Your answer is one of the formulas I found in old posts and have been trying to apply to my flow. The problem is, I don't know where to apply it. I thought I could add it to the "DateTime Format" field of the List rows Action as a custom value, but it would not take it. then I tried to apply it to the Create HTML Table action with this as the expression:
formatDateTime(addseconds('1899-12-30',int(formatnumber(mul(float(triggerBody()['Effective_x003a_']),86400),'0’))))
but I get the error "The Expression is Invalid"
I'm sure your formula works perfectly, I'm just a bit too daft to be able to apply it properly. Ive also tried using this:
addDays('12/30/1899',int(items('Apply_to_each')?['Effective_x003a_']),'yyyy-MM-dd')
and this:
addDays('1899-12-30',int(first(split(item()['Effective_x003a_'],'.'))),'yyyy-MM-dd')
in various ways including but not limited to Compose actions, apply to each actions and HTML Table formulas, but again, I have no Idea what I'm doing.