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.

"Convert to Number" without affecting other cells?

skeen503979
8 - Asteroid

Hello!

 

Question:

How can I "convert to number" without affecting other cells that contain letters?

 

Background:

I have a huge list of SKUs I'm trying to use as a reference (Vlookup in Excel), however, some SKUs won't populate because they must first be converted to a number.  Currently, in Alteryx the data shows to be "V_String" type.  Normally I would just throw the Select tool up and switch to data type "Double", but in this case doing so removes other cells that contain letters.

 

 
 
 

image.png

2 REPLIES 2
Emil_Kos
17 - Castor
17 - Castor

Hi,

 

I believe you need to use tonumber function.

 

good luck!

Qiu
21 - Polaris
21 - Polaris

@skeen503979 
If I understand correct, eventually you will Number and String type of data in one column, which is not really possible, I think.
Can you use String data for VLookUp in Excel?

Labels
Top Solution Authors