Forum Discussion

MARKVEASEY's avatar
MARKVEASEY
Copper Contributor
Jun 29, 2022
Solved

analysis of an entry

I have a series of labels e.g. g5,c5,p5, each have a distinct value recorded in each cell i.e g5 = 5, c5 = 15, p5 = 7,  so what I want to do in another cell is enter any one of the 3 lab...
  • Lisa_Lashbrook's avatar
    Lisa_Lashbrook
    Jun 29, 2022

    MARKVEASEY 

    What I use is the "IFS" function.

    create a table with your labels and values, 

    then use =IFS to identify what label you typed and find the corresponding value.

     

    Example, I type a label in H3, in I3 I have this IFS formula to go find that label on my table and give me the corresponding value:

    =IFS(H3=$AF$1,$AE$1,H3=$AD$1,$AC$1,H3=$AB$1,$AA$1,H3=$Z$1,$Y$1,H3=$X$1,$W$1,H3=$V$1,$U$1,H3=$AH$1,$AG$1)

Resources