In given data set highlight row where each column is having value more than x.
Data Validation & Predefined List for cells as drop down. Refer Sheet "data validation" in "example.xlsx" below.
Formulas:
#1: vlookup- For finding related data in data set. Refer Sheet "vlookup" in "example.xlsx" below.
#2: How to add NEW LINE while concatenating texts.
="This is line1" & CHAR(10) & "This is line2"
#3: How to replace TAB within data in cells.
=substitute(<CELL REF>, Char(9),””)
#4: How to enclose text within double quotes in formula.
="This is how double quotes looks like : """