Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

One cell to multiple Formula

✭✭
edited 05/10/24 in Formulas and Functions

I'm hoping there is a formula that I can use that will read the first cell and input each thing individually in their own cell? Thanks

Best Answer

  • ✭✭✭✭✭
    Answer ✓

    Here's the closest solution I can think of - you can make a column for each possible answer, and then use the HAS function to put the answer into that column if that particular answer is in the first column. Like this:

    The column formulas are:
    =IF(HAS(Multiselect@row, "Company Credit Card"), "Company Credit Card")

    =IF(HAS(Multiselect@row, "Fuel Credit Card"), "Fuel Credit Card")

    =IF(HAS(Multiselect@row, "Company Vehicle"), "Company Vehicle")

    =IF(HAS(Multiselect@row, "Vehicle Allowance"), "Vehicle Allowance")

    See the IF and HAS function pages if you want details about those functions:
    Site faviconIF Function | Smartsheet Learning Center

    Site faviconHAS Function | Smartsheet Learning Center

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions