Alteryx Designer Desktop Discussions

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

Referencing a Specific Cell

wpatino15
6 - Meteoroid

Hello,

 

I am fairly new to Alteryx and have been picking up some skills, but I am still far off from getting to the level that I would like to be. I need some assistance with a certain task and would greatly appreciate any assistance that I receive.. I want to do a task that would typically be simple in excel, but I can't seem to figure out how to do it in Alteryx. I have two problems that relate to referencing specific cells. Problem one is finding how to just reference a specific cell. The second problem is multiplying two specific cells. The data is below:

 

RecordIDMonth201220132014201520162017F14F15F16F17F18F19F20
13Total9409191059132415591886       
14Average78.3376.5888.25110.33129.92157.17       
15Change64-212222027       
16              
17Level222223       
18Amount300030003000300030001750       
19              
20              
21              
22              
23  20132014201520162017 201320142015201620172018
24              
25Current Year Average  RRRRR XXXXXX
26Previous Year Average  PPPP  YYYYY
27Increase (Decrease)  DDDD  DDDDD

 

The table above is what I'm working with. I put in letters in certain locations where I want to do something different. The letter coding is as follows:

R: I want it to reference the current year average from above based on its respective year. An example of this is the "R" under RecordID 25 under 2013. I want it to reference RecordID 14 under 2013. Then I want it to do that for the following years.

P: I want it to reference one of the previous year average. An example of this would be the "P" for RecordID 26 under 2014. I want it to reference the "R" under RecordID 15 under 2013.

X: I want it to multiply to different values. An example of this is the "X" under RecordID 25 under 2014 which is under Column F16. For that, I want it to multiply Column 2014, RecordID 15 by Column 2014, RecordID 18.

Y: Same thing as for P, but by using the values under X.

D: I think that I should be good with this part. I was able to do it before to find the Change, but just left that section there as a reference.

 

Please let me know if this is something that is possible or if there is a different approach that can be taken to solve it. Thank you in advance!

2 REPLIES 2
ponraj
13 - Pulsar

Attaching a sample workflow for your case.  Hope this is helpful. 

 

 

Sample DataSample DataWorkflowWorkflowResult option-1Result option-1Result option-2Result option-2

wpatino15
6 - Meteoroid

Yes that definitely helped out. Thank you so much for your help! Just as a curiosity, is there no way to directly reference a certain "cell" like there is in excel?

Labels