Forum Discussion

Cory McKissick's avatar
Cory McKissick
Copper Contributor
May 13, 2019
Solved

Cell location while filtering

Hi Folks,   This is probably a simple procedure, but I haven't been able to figure it out. I have a cell with a few nested if/or statements that rely on the data in another cell. For example, let's...
  • SergeiBaklan's avatar
    SergeiBaklan
    May 13, 2019

    Cory McKissick ,

     

    You may use directly like

    =IF(<formula>="Something","Name1","no name")

    but better to keep formula result in helper cell(s) and use them for the reference.

     

Resources