We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Fix a specific cell

AlanoudF
7 - Meteor

I'm using the formula tool but I'm confused on (how can I fix a specific cell in an existing column, this can be done on Excel using $Cell number$ 

1 REPLY 1
apathetichell
20 - Arcturus

Excel = spreadsheet. Alteryx != spreadsheet. You can use a recordid tool and do something for column Value like:

if [RecordID]={your row number} then "{your new value here}" else [Value] endif

Labels
Top Solution Authors