Home > Blockchain >  Have multiples values from one condtion in google sheets
Have multiples values from one condtion in google sheets

Time:01-20

I have set up a Sheets file to have a list of the personnel of a company. Each line corresponds to a person and each column to a data of this same person. There is the date of entry in the company, the name of the person, his first name, his department, ...

I am trying to set up indicators and one of them is a problem. I would like to have the list of departments for people who joined the company on a given date (link). Thanks to the formula in F2 in the previous file, I can obtain the value of line 2 but I would like to have all the values at once without having to apply my formula to each line.

I hope I have been clear enough in my explanations. Don't hesitate to come back to me if you want more information about my request.

Thank you in advance for your answers.

CodePudding user response:

Try this out

=filter(D2:D;A2:A=today())
  •  Tags:  
  • Related