Forum Discussion
Anonymous
6 years agoNot applicable
DAX if Function Help
Hi, I have a formula that does not implement my logic correctly. I have 3 columns with Date/Time values: Job booking datetime (no blanks) Attempted Acceptance Datetime (including blank cells) ...
Anonymous
6 years agoNot applicable
AlB thank you for responding. I just wasn't sure which conditions / VARS to change but I'll give it a try.
Anonymous
6 years agoNot applicable
AlB my new logic states that Time2 and Time3 have to be on the SAME date/day as Time1 so instead of <12, do I insert <23:59 or <0:00?
IF( SameDate_ && Time1_ < 12 && Time2_ < 12 && Time3_ < 12, "Yes", "No")