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

Data Analysis

  • Data Series in Excel
  • Error Bars in Excel
  • How to conditionally sum numeric data in an Excel table using SUMIFS
  • How To Compare Two Lists in Excel
  • Managing Conditional Formatting Rules in Excel

References

  • How to get relative row numbers in a range in Excel
  • Count rows with at least n matching values
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • How to retrieve first match between two ranges in Excel
  • How to calculate two-way lookup VLOOKUP in Excel Table

Data Validations

  • Excel Data validation allow uppercase only
  • How To Create Drop-down List in Excel
  • Excel Data validation don’t exceed total
  • Excel Data validation must begin with
  • Excel Data validation no punctuation

Tag: REPLACE function

SUBSTITUTE function vs REPLACE function in Excel

by

This example shows the difference between the SUBSTITUTE function and the REPLACE function. 1a. If you know the text to be replaced, use the SUBSTITUTE function. 1b. The SUBSTITUTE function has a 4th optional argument. You can use this argument to indicate which occurrence you want to substitute. 2. If you know the position of the text to …

Continue Reading

REPLACE, REPLACEB functions: Description, Usage, Syntax, Examples and Explanation

by

What are REPLACE, REPLACEB functions in Excel? REPLACE, REPLACEB functions TEXT functions in Microsoft Exce. REPLACE replaces part of a text string, based on the number of characters you specify, with a different text string. While REPLACEB replaces part of a text string, based on the number of bytes you specify, with a different text …

Continue Reading

Remove first character in a cell in Excel

by

To remove the first character in a cell, you can use the REPLACE function. Formula =REPLACE(A1,1,N,””) Explanation In the example shown, the formula in D5 is: =REPLACE(A1,1,1,””) How this formula works This formula uses the REPLACE function to replace the first character in a cell with an empty string (“”). The arguments for REPLACE are …

Continue Reading

Remove text by variable position in a cell in Excel

by

To remove text from a cell when the text is at a variable position, you can use a formula based on the REPLACE function, with help from the FIND function. Formula =REPLACE(text,start,FIND(marker,text)+1,””) Explanation In the example shown, the formula in C6 is: =REPLACE(B6,1,FIND(“:”,B6)+1,””) How this formula works The REPLACE function will replace text by position. …

Continue Reading

Remove text by position in a cell in Excel

by

To remove text from a cell by position, you can use the REPLACE function. Formula =REPLACE(text,start,characters,””) Explanation In the example shown, the formula in C6 is: =REPLACE(B6,1,24,””) How this formula works The replace function lets you replace text based on its location and length. In this case, we want to strip off the drive and …

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

Logical Functions

  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • How to return blank in place of #DIV/0! error in Excel
  • How to use Excel AND Function
  • IFNA function: Description, Usage, Syntax, Examples and Explanation
  • NOT function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • How to calculate future date say 6 months ahead in Excel
  • How to calculate next anniversary date or birthday in Excel
  • DAYS function: Description, Usage, Syntax, Examples and Explanation
  • Get last weekday in month in Excel
  • Get work hours between dates and times in Excel

Grouping

  • Categorize text with keywords in Excel
  • Map text to numbers in Excel
  • Group times into unequal buckets in Excel
  • How to randomly assign people to groups in Excel
  • If cell contains one of many things in Excel

General

  • With vs Without Array Formula in Excel
  • Excel Operators
  • Excel Autofill Cell Ranges, Copy, Paste
  • How to calculate percent sold in Excel
  • AutoFit Column Width, AutoFit Row Height in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning