Skip to content
xlsoffice. All Rights Reserved
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Lookup and Reference Examples

  • Count rows that contain specific values in Excel
  • How to get address of last cell in range in Excel
  • Excel Advanced Lookup using Index and Match Functions
  • How to use Excel VLOOKUP Function
  • How to calculate two-way lookup VLOOKUP in Excel Table

Data Analysis Examples

  • How To Create Pareto Chart in Excel
  • Conditional Formatting Data bars Examples in Excel
  • How to create dynamic reference table name in Excel
  • How To Filter Data in Excel
  • Reverse List in Excel

Data Validation Examples

  • Excel Data validation date in specific year
  • Excel Data validation unique values only
  • Data validation must not exist in list
  • Excel Data validation must not contain
  • Excel Data validation exists in list

Tag: CONVERT function

CONVERT function: Description, Usage, Syntax, Examples and Explanation

by

What is CONVERT function in Excel? CONVERT function is one of Engineering functions in Microsoft Excel that converts a number from one measurement system to another. For example, CONVERT can translate a table of distances in miles to a table of distances in kilometers. Syntax of CONVERT function CONVERT(number,from_unit,to_unit) Number     is the value in from_units to …

Continue Reading

Convert feet and inches to inches in Excel

by

To convert a measurement in feet and inches to inches only (i.e. 4’5″ to 53) you can use a formula based on several functions, including LEFT, FIND, MID, and SUBSTITUTE. See illustration below: Formula =LEFT(B5,FIND(“‘”,B5)-1)*12+SUBSTITUTE (MID(B5,FIND(“‘”,B5)+1,LEN(B5)),””””,””) Explanation In the example shown, the formula in D5 is: =LEFT(B5,FIND(“‘”,B5)-1)*12+SUBSTITUTE (MID(B5,FIND(“‘”,B5)+1,LEN(B5)),””””,””) How this formula works In the first …

Continue Reading

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
  • How to check cell contains which things in Excel
  • Extract last name from full name — Manipulating NAMES in Excel
  • UPPER function: Description, Usage, Syntax, Examples and Explanation
  • How to strip html from text or numbers in Excel
  • How to get last line in cell in Excel
  • Display Date is workday in Excel
  • Count times in a specific range in Excel
  • Steps to create Dynamic calendar grid in Excel
  • Extract time from a date and time in Excel
  • DATEVALUE function: Description, Usage, Syntax, Examples and Explanation
  • IRR function: Description, Usage, Syntax, Examples and Explanation
  • NPER function: Description, Usage, Syntax, Examples and Explanation
  • How to calculate principal for given period in Excel
  • XIRR function: Description, Usage, Syntax, Examples and Explanation
  • Calculate cumulative loan principal payments in Excel
© 2022 xlsoffice . All Right Reserved. | Teal Smiles