Skip to main content

Hello!

Can someone please help me to upgrade the following formula?

I would like to add following statement: 

“If there’s N/A] in the job name, (blank) result in the ‘Model FCST Month Dimension’ property.

IF(ISBLANK('IFCST] Greenhouse List'.'Start Date (Offer) Dimension'),

IF(ISBLANK('IFCST] Greenhouse List'.'Manual Input'),

'/FCST] Greenhouse List'.'Forecast Start Date Dimension','eFCST] Greenhouse List'.'Manual Input'),

'/FCST] Greenhouse List'.'Start Date (Offer) Dimension')

Thanks in advance!! 

 

 

Hi!

Have you tried using the CONTAINS function?

You could use something along the lines of IF(CONTAINS(“N/A]”, List.’Job Name'), List.’Model FCST Month Dimension')

Hope this helps!


Hey Yaeji! Did you manage to make this work? :)


Yes it worked thank you!! 


Reply