We have Employee training data in a Google spreadsheet which ranges from A1 to JQ1000. The spreadsheet is populated with employee names under columns headed with the type of training and the date of the training. I want to run queries to see what training a particular employee has attended but one name might appear several times in different columns and different rows. I don't want to have to write 'Select * WHERE C = 'David Bowie' OR D = 'David Bowie' OR E = 'David Bowie'" and so on out to column JQ. Can someone help me with a simpler formula?
↧