Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

IF Formula with LEFT function built in

JPAEP
7 - Meteor

Probably an easy answer, but I need to separate out a field (N264) using the left function, but then take that result and essentially say if "DOP" then "250", otherwise "170".

 

This was my Excel formula

 

=IF(LEFT(N264,3)="DOP",250,IF($AF264=FALSE,'I&M Input'!$B$10," "))

2 REPLIES 2
Qiu
20 - Arcturus
20 - Arcturus

@JPAEP 
It seems that your formula is referring another sheet. If you could provide that one and a sample output.

Anyway, lets start with a simple one.

Capture2A.PNG

DawnDuong
13 - Pulsar
13 - Pulsar

hi @JPAEP 

Do you need the output to be in String or Numeric format for further processing downstream?

If you need Numeric format, @Qiu has given you the Alteryx formula equivalent. If you need String, just need to put the numbers in inverted commas.

Dawn.

Labels