EXCEL TIPS AND TRICKS
SEARCHABLE DROPDOWN LIST =FILTER(A2:A32,ISNUMBER(SEARCH(D1,A2:A32)) VLOOKUP: TO MATCH THE DATA WITH THE TEXT IN THE TABLE AUTOMATICALLY Application of VLOOKUP: To compare two sheets for values and Extract data from them. =IFERROR(IF(C13<>0,VLOOKUP(C13,'RB-1'!$C$5:$M$44,11,0),""),"") if error→ eliminates #NA display If condition→ checks for blank cell and display the data extracted by VLOOKUP which matches C13 table in given sheet at 11th column. If incorrect display nothing. 0 means exactly at the same row. INDEX function: Extracts data from the table address denoted by Match Function MATCH Function: Shows the address of the cell, not data, containing the data. Compare Two sheets For differences: For example, if you sent the quotation and the clients send the last edited sheet for agreement, compare the one you sent and they said they agreed. Sometimes, they twist the words within. One option we have is to view side by side. ...