Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

excel formula to Alteryx

Raghadhq
7 - Meteor

Hello

 

I have attached excel file for the formula i use in excel, and i want to convert into Alteryx, would that be possible?

 

thanks

2 REPLIES 2
Luke_C
17 - Castor
17 - Castor

Hi @Raghadhq 

 

Here's how:

  • Convert date time field to proper alteryx format
  • Compute difference using multi-row formula tool.
    • Note: I used datetimediff() in seconds, and converted to hours. Using the hours setting rounds off which is not optimal for the calc.
  • Implement your logic using if statements. 

image.png

Raghadhq
7 - Meteor

thanks it worked!

Labels
Top Solution Authors