Skip to main content

Hi, I am trying to use a spreadsheet to assign a value based on another value, see below

 

({{197433583__company_size_on_linkedin}} < 11,"1-10",
IF({{197433583__company_size_on_linkedin}} < 51,"11-50",
IF({{197433583__company_size_on_linkedin}} < 201,"51-200",
IF({{197433583__company_size_on_linkedin}} < 501,"201-500",
IF({{197433583__company_size_on_linkedin}} < 1001,"501-1000",
IF({{197433583__company_size_on_linkedin}} < 5001,"1001-5000",
IF({{197433583__company_size_on_linkedin}} < 10001,"5001-10000",
IF({{197433583__company_size_on_linkedin}} > 10000,"10000+"))))))))

 

Receiving the below error:

 

 

Can anyone help?

Hi @Brian Moran 

Good question.

In what app/event are you trying to use this formula?

More screenshots would be helpful to provide context.


Managed to get it working. Here is the final formula:

 

IF({{197433583__company_size_on_linkedin}} < 1, "Unavailable",IF({{197433583__company_size_on_linkedin}} < 11, "1-10",IF({{197433583__company_size_on_linkedin}} < 51, "11-50",IF({{197433583__company_size_on_linkedin}} < 201, "51-200",IF({{197433583__company_size_on_linkedin}} < 501, "201-500",IF({{197433583__company_size_on_linkedin}} < 1001, "501-1000",IF({{197433583__company_size_on_linkedin}} < 5001, "1001-5000",IF({{197433583__company_size_on_linkedin}} < 10001, "5001-10000",IF({{197433583__company_size_on_linkedin}} > 10000, "10000+", " ")))))))))


Hi @Brian Moran,

That’s great news! We’re glad to know you were able to get it sorted!

If you have any other questions, please don’t hesitate to reach out to the Community. We’re always happy to help! 😊