Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to do a t-Test in Excel?
  • Excel Bar Chart
  • What-If Analysis: Scenarios and Goal Seek in Excel
  • Conditional Formatting Color Scales Examples in Excel
  • How to calculate average last N values in a table in Excel

References

  • How to get last column number in range in Excel
  • How to retrieve first match between two ranges in Excel
  • To count total rows in a range in Excel
  • How to use Excel ROW Function
  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions

Data Validations

  • Prevent invalid data entering in specific cells
  • Excel Data validation specific characters only
  • Excel Data validation date in specific year
  • Excel Data validation require unique number
  • Excel Data validation only dates between

Tag: VLOOKUP function

Create hyperlink with VLOOKUP in Excel

by

To create a hyperlink from a lookup, you can use the VLOOKUP function together with the HYPERLINK function. The hyperlink function allows you to create a working link with a formula. It takes two arguments: link_location and, optionally, friendly_name. Formula =HYPERLINK(VLOOKUP(name,table,column,0),name) Explanation In the example shown, the formula in F5 is: =HYPERLINK(VLOOKUP(E5,link_table,2,0),E5) How this formula works Working from …

Continue Reading

How to translate letters to numbers in Excel

by

To translate letters in a string to numbers, you can use an array formula based on the TEXTJOIN and VLOOKUP functions, with a defined translation table to provide the necessary lookups. Formula {=TEXTJOIN(“”,1,VLOOKUP(T(IF(1,MID(A1,ROW (INDIRECT(“1:”&LEN(A1))),1))),xtable,2,0))} Explanation In the example shown, the formula in C5 is: {=TEXTJOIN(“”,1,VLOOKUP(T(IF(1,MID(B5,ROW (INDIRECT(“1:”&LEN(B5))),1))),xtable,2,0))} where “xtable” is the named range E5:F10. Note: this is an array …

Continue Reading

Posts navigation

  • Previous
  • 1
  • 2

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF, AND, OR and NOT Functions Examples in Excel
  • Check multiple cells are equal in Excel
  • How to use Excel AND Function
  • OR function Examples in Excel
  • Excel If, Nested If, And/Or Criteria Examples

Date Time

  • Display Date is workday in Excel
  • Generate series of dates by weekends in Excel
  • Convert date to text in Excel
  • Two ways to sum time over 30 minutes in Excel
  • Convert text to date in Excel

Grouping

  • Running count group by n size in Excel
  • Group arbitrary text values in Excel
  • Group times into unequal buckets in Excel
  • How to randomly assign people to groups in Excel
  • Calculate conditional mode with criteria in Excel

General

  • How to calculate percentage discount in Excel
  • Flash Fill in Excel
  • Find Most Frequently Occurring Word in Excel Worksheet
  • How to calculate percent of goal in Excel
  • How to fill cell ranges with random number from fixed set of options in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning