Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Calculate Current Quarter

wenjuanchen
8 - Asteroid

Hello Everyone,

 

I have three columns of data: quarter, month, current month. The current month value is 7, thus the current quarter value is 3. But if I want to create a new column called "Current Quarter", how do I define it?

 

Thank you so much.

2 REPLIES 2
jrgo
14 - Magnetar

Hi @wenjuanchen

 

This should do the trick.

 

CEIL([Current Month]/3)

 

 

wenjuanchen
8 - Asteroid

Brilliant! Thank you!

Labels
Top Solution Authors