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.

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