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.

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