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

Data Analysis

  • Conditional Formatting Data bars Examples in Excel
  • Understanding Anova in Excel
  • How to Create One and Two Variable Data Tables in Excel
  • How To Compare Two Lists in Excel
  • How To Create Frequency Distribution in Excel

References

  • Convert text string to valid reference in Excel using Indirect function
  • How to get address of named range in Excel
  • Get nth match with INDEX / MATCH in Excel
  • Excel Advanced Lookup using Index and Match Functions
  • To count total rows in a range in Excel

Data Validations

  • Excel Data validation allow uppercase only
  • Excel Data validation exists in list
  • Excel Data validation must contain specific text
  • Excel Data validation allow weekday only
  • How To Create Drop-down List in Excel

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

  • SWITCH function: Description, Usage, Syntax, Examples and Explanation
  • How to use IFS function in Excel
  • Complete List of Excel Logical Functions, References and Examples
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel FALSE Function

Date Time

  • Calculate years between dates in Excel
  • Display Date is same month in Excel
  • YEAR function: Description, Usage, Syntax, Examples and Explanation
  • Add days to date in Excel
  • How to get same date next month or previous month in Excel

Grouping

  • How to randomly assign people to groups in Excel
  • Categorize text with keywords in Excel
  • Group arbitrary text values in Excel
  • Running count group by n size in Excel
  • Group times into 3 hour buckets in Excel

General

  • Advanced Number Formats in Excel
  • Split Cell Content Using Text to Columns in Excel
  • Count cells that do not contain many strings in Excel
  • How to get original number from percent change in Excel
  • AutoFit Column Width, AutoFit Row Height in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning