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

Vlookup #N/A in Excel - how will you put a text in Alteryx?

Virgie0113
7 - Meteor

Virgie0113_0-1636492656959.png

In excel, when you use a vlookup and if there is no match it will show #NA.  I am trying to do this in Alteryx. I use" join" function to do a vlookup then I used "union" so everything will still show in 1 file.  Is there a way for me to put a text  on the rows that are blank just like #NA in excel (instead of just living the cell blank)?

2 REPLIES 2
Luke_C
17 - Castor
17 - Castor

Hi @Virgie0113 

 

One approach would be to use a formula tool for the field in question. The function would be:

 

IF IsEmpty([Field Name])

Then "Text"

Else [Field Name]

endif

Virgie0113
7 - Meteor

Hi, this works.  Thank you so much!

Labels
Top Solution Authors