• Follow
  • Follow
  • Follow
  • Follow
  • Follow

📩: [email protected]: [email protected]: [email protected]

 

  • HOME
  • ABOUT US
    • Our Partners
    • Our Company
    • Our Team
      • About Joan
      • About Crispo
      • About Abied
      • About Levy
      • About John
  • FREE TUTORIALS
    • BASIC EXCEL
    • HR
    • ADVANCED EXCEL
    • INTERMEDIATE EXCEL
    • CHARTS
  • EXCEL CHALLENGES
  • EXCEL MASTERCLASS
  • HOW TO
  • SUBSCRIBE
  • CONTACTS
How to Return Multiple Columns in  VLOOKUP Function

How to Return Multiple Columns in VLOOKUP Function

by Crispo Mwangi | Dec 30, 2022 | INTERMEDIATE EXCEL

By default, VLOOKUP is set to return a Single column but with a small tweak, it can return multiple columns. =VLOOKUP(G2,B2:E24,{3,4},FALSE) The only trick is to put the multiple columns in curly braces. NB: You can insert the column numbers in any order. For example,...
How to Use Multiple Criteria in a VLOOKUP function

How to Use Multiple Criteria in a VLOOKUP function

by Crispo Mwangi | Dec 26, 2022 | INTERMEDIATE EXCEL

Many users think you cannot use multiple criteria in a VLOOKUP Function, but this is wrong. =VLOOKUP( G2&H2, CHOOSE( {1,2},sales[Name]&sales[Region],sales[Date]) ,2,FALSE) DOWNLOAD...
How to Initialize Multiple Middle Names In Excel

How to Initialize Multiple Middle Names In Excel

by Crispo Mwangi | Dec 23, 2022 | INTERMEDIATE EXCEL

Initializing a single middle name is easy using a simple 3 steps: =LEFT(name,FIND(” “,name)) & IF(COUNTIF(name,”* * *”),MID(name,FIND(” “,name)+1,1)&”. “,””) & RIGHT(name,LEN(name)-FIND(”...
How To Initialize the First and/or Second Name in Excel

How To Initialize the First and/or Second Name in Excel

by Crispo Mwangi | Dec 2, 2022 | ADVANCED EXCEL

Here are 4 ways to Initialize the First and/or Second Name in Excel This article is inspired Bhavya Gupta Youtube Video. He elegantly solves the issue using LAMBDA function but I will try to solve solve it using normal TEXT functions. Using REPLACE & FIND Function...

Follow Us

Follows
  • Twitter
    23k Followers
  • LinkedIn
    13k Followers

Categories

  • ADVANCED EXCEL
  • BASIC EXCEL
  • CHARTS
  • HR
  • INTERMEDIATE EXCEL

Recent Posts

  • How to Sort Data from Right to Left
  • The Pain of Losing Data and a quick way to recover it – Stellar Repair for Excel Review
  • How to return Multiple Items using DATEDIF
  • When The TRIM Function Doesn’t Work
  • How to SUM Data Per Week Using Pivot Table

Recent Comments

  • Goutam Porel on COUNT UNIQUE DUPLICATE VALUES IN EXCEL
  • Crispo Mwangi on How to Return Multiple Columns in VLOOKUP Function
  • Aggeliki on How to Return Multiple Columns in VLOOKUP Function
  • Crispo Mwangi on 5 Ways To Extract Numbers From a String in Excel
  • Ashu on 5 Ways To Extract Numbers From a String in Excel

Archives

  • June 2024
  • March 2024
  • July 2023
  • June 2023
  • May 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • December 2021
  • November 2021
  • October 2021
  • June 2021
  • May 2021
  • May 2020
  • April 2019
  • August 2018
  • February 2018
  • January 2018
  • December 2017
  • October 2017
  • August 2017
  • June 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
CrispExcel