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

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!

Polls
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
Labels