100+ formulas explained in plain English — syntax, live examples, India-specific use cases and pro tips used at top MNCs. One Excel file. Yours for ₹199.
| B — Formula | C — What It Does | D — Syntax | H — Pro Tip | |
|---|---|---|---|---|
| Formula Name | Description | Syntax | Pro Tip | |
| 6 | VLOOKUP | Find value in a table by row | =VLOOKUP(val,range,col,FALSE) | Always use FALSE for exact match |
| 7 | XLOOKUP | Modern — any direction, handles errors | =XLOOKUP(val,lkp,ret,"NA") | No IFERROR needed — built-in |
| 8 | INDEX+MATCH | Most powerful lookup combo | =INDEX(rng,MATCH(val,col,0)) | Never breaks when columns inserted |
| 9 | IFERROR | Hide formula errors cleanly | =IFERROR(formula,"Not found") | Wrap every VLOOKUP with this |
💬 Questions? WhatsApp +91 93925 78174
Every sheet covers one formula category with full examples, syntax, and pro tips.
This is the exact layout — nothing vague, nothing incomplete.
| B — Formula Name | C — What It Does | D — Syntax | F — Live Formula | G — Result | H — Pro Tip | |
|---|---|---|---|---|---|---|
| # | Formula Name | Description | Syntax | Live Formula | Result | Pro Tip |
| 6 | VLOOKUP | Finds a value in the 1st col of a table & returns data from another column. | =VLOOKUP(value, table, col, FALSE) | =VLOOKUP(101,A1:C5,2,FALSE) | Priya Sharma | Always FALSE for exact match |
| 7 | XLOOKUP | Modern VLOOKUP — any direction, built-in error handling, multiple cols. | =XLOOKUP(val, lkp_arr, ret_arr, "NA") | =XLOOKUP("P005",A:A,C:C,"Not found") | ₹4,200 | 4th arg handles #N/A automatically |
| 8 | INDEX+MATCH | Most powerful lookup. Works left, right, up, down. Unbreakable. | =INDEX(return_rng, MATCH(val, lkp_rng, 0)) | =INDEX(D:D,MATCH("Ravi",B:B,0)) | ₹52,000 | Gold standard at MNCs — never breaks on insert |
| 9 | IFERROR | Returns custom text if any formula errors — hides all ugly errors. | =IFERROR(value, value_if_error) | =IFERROR(VLOOKUP(A2,B:C,2,0),"Not found") | Customer found | Wrap every VLOOKUP & division formula |
=IF(still_hesitating, "₹199 = price of lunch", "Worth every rupee")
₹199 one-time · Instant email delivery · 100+ formulas · Lifetime access
🔒 Razorpay · UPI · Cards · Net Banking · Wallets
Questions? WhatsApp +91 93925 78174 · support@skilljets.in