Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Replicate Circular Ref! in Alteryx

Edith
5 - Atom

Good afternoon all,

 

I need help as I am struggling hard to replicate a Circular Ref! I have in Excel.

I am replicating an Forecast excel workbook in Alteryx for Finance and they have a key denominator that impact all other tasks ahead.

Could you please help, that would be great!

Many thanks,

 

Edith

 

Edith_0-1632486061881.png

 

Direct Costs   Copy past ValueMe calculating
CategoryVendor Category and Vendor ConcatenatedExpected Monthly Direct CostMonthly ForecastDirect Cost % 
HW/SW InfraBlue MarbleHW/SW InfraBlue Marble $                                   10,210.8510,210.851.00100%
HW/SW InfraBoxHW/SW InfraBox $                                                 -  8,796.751.00100%
HW/SW InfraCatena TechHW/SW InfraCatena Tech $                                   39,873.9739,873.971.00100%
HW/SW Infra Cloudera HW/SW InfraCloudera $                                   11,635.1711,635.171.00100%
Data CenterColtData CenterColt $                                   30,718.9450,000.000.6161%
Voice & DataColtVoice & DataColt $                                   45,384.8962,866.670.7272%
HW/SW InfraDenodoHW/SW InfraDenodo $                                   13,714.9813,714.981.00100%

 

Direct Costs   Copy past ValueMe calculating
CategoryVendor Category and Vendor ConcatenatedExpected Monthly Direct CostMonthly ForecastDirect Cost % 
HW/SW InfraBlue Marble=CONCATENATE(A3,B3)=E3*F310210.85416666671=+D3/E3
HW/SW InfraBox=CONCATENATE(A4,B4)=E4*G48796.751=+D4/E4
HW/SW InfraCatena Tech=CONCATENATE(A5,B5)=E5*F539873.97222222221=+D5/E5
HW/SW InfraCloudera=CONCATENATE(A6,B6)=E6*F611635.16666666671=+D6/E6
Data CenterColt=CONCATENATE(A7,B7)=E7*F7500000.614378714502828=+D7/E7
Voice & DataColt=CONCATENATE(A8,B8)=E8*F862866.66666666670.721922946666667=+D8/E8
HW/SW InfraDenodo=CONCATENATE(A9,B9)=E9*F913714.97583333331=+D9/E9

 

 

4 REPLIES 4
ChrisTX
16 - Nebula
16 - Nebula

Are the any specific issues you are encountering?

 

It doesn't look like your formulas need data from other rows (where you would use a Multi-row tool).

 

Do Formula tools not work for you?  Do you need help to identify which Functions to include in the Formula tool?

 

List of all functions: https://help.alteryx.com/20213/designer/functions

 

Chris

Edith
5 - Atom

Hey ChrisTX,

 

Yes, I need help to identify which Functions to include in the Formula tool and in which order to get to the result.

My apologies for this, I started using Alteryx only a month ago and an comfortable but this one is melting my brain.

Excel extract below

Edith

Edith_0-1632487802115.png

 

ChrisTX
16 - Nebula
16 - Nebula

If you have a circular reference in Excel, you can't fix that problem by using Alteryx.

 

Column D needs a value from column G.  And column G needs a value from column D.  No software can fix this logic problem.

 

How would you perform the calculations manually?  Which fields need to be calculated first, second, third?

 

Chris

Edith
5 - Atom

Thank you Chris for helping with this problem and that was my gut feeling too.

Your insight is much appreciated.

Edith

Labels
Top Solution Authors