UrbanPro

Learn Microsoft Excel Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

What are some of the most useful Excel function/formulas that most people are unaware of?

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

Excel is a powerful spreadsheet software with a wide range of functions and formulas. While many users are familiar with basic functions like SUM and AVERAGE, there are some lesser-known functions that can be incredibly useful. Here are a few Excel functions and formulas that people might be less...
read more

Excel is a powerful spreadsheet software with a wide range of functions and formulas. While many users are familiar with basic functions like SUM and AVERAGE, there are some lesser-known functions that can be incredibly useful. Here are a few Excel functions and formulas that people might be less aware of:

  1. VLOOKUP and HLOOKUP:

    • VLOOKUP searches for a value in the first column of a table and returns a value in the same row from another column. HLOOKUP does the same horizontally.
    • Example: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
  2. INDEX and MATCH:

    • INDEX returns the value of a cell in a specific row and column of a range, while MATCH searches for a specified value in a range and returns the relative position.
    • Example: =INDEX(range, row_num, column_num) combined with =MATCH(lookup_value, lookup_array, [match_type])
  3. IFERROR:

    • IFERROR returns a custom result when a formula generates an error, and it returns the result of the formula if there is no error.
    • Example: =IFERROR(formula, "Custom Result")
  4. SUMIF and SUMIFS:

    • SUMIF adds the cells specified by a given condition, and SUMIFS allows for multiple conditions.
    • Example: =SUMIF(range, criteria, [sum_range]) and =SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
  5. CONCATENATE and CONCAT:

    • CONCATENATE combines two or more strings of text into one string. CONCAT is a newer function with the same purpose.
    • Example: =CONCATENATE(text1, text2, ...) or =CONCAT(range)
  6. TEXTJOIN:

    • TEXTJOIN combines text from multiple ranges and/or strings, with the option to add a delimiter between each text item.
    • Example: =TEXTJOIN(delimiter, ignore_empty, text1, text2, ...)
  7. CHOOSE:

    • CHOOSE returns a value from a list of values based on a specified position.
    • Example: =CHOOSE(index_num, value1, value2, ...)
  8. OFFSET:

    • OFFSET returns a reference offset from a starting cell or range of cells. It's useful for dynamic ranges.
    • Example: =OFFSET(reference, rows, cols, [height], [width])
  9. NETWORKDAYS and NETWORKDAYS.INTL:

    • NETWORKDAYS calculates the number of whole workdays between two dates. NETWORKDAYS.INTL allows you to specify custom weekend parameters.
    • Example: =NETWORKDAYS(start_date, end_date, [holidays]) or =NETWORKDAYS.INTL(start_date, end_date, [weekend], [holidays])
  10. SUBTOTAL:

    • SUBTOTAL performs a specified calculation for a range of cells, and it can ignore other SUBTOTAL functions within the range.
    • Example: =SUBTOTAL(function_num, ref1, [ref2], ...)

These functions can significantly enhance your ability to analyze and manipulate data in Excel. Experimenting with them in different scenarios will help you become more proficient in using these powerful features.

 
 
 
read less
Comments

My teaching experience 12 years

Excel is a powerful spreadsheet software with a wide range of functions and formulas. While many users are familiar with basic functions like SUM and AVERAGE, there are some lesser-known functions that can be incredibly useful. Here are a few Excel functions and formulas that people might be less aware...
read more
Excel is a powerful spreadsheet software with a wide range of functions and formulas. While many users are familiar with basic functions like SUM and AVERAGE, there are some lesser-known functions that can be incredibly useful. Here are a few Excel functions and formulas that people might be less aware of: VLOOKUP and HLOOKUP: VLOOKUP searches for a value in the first column of a table and returns a value in the same row from another column. HLOOKUP does the same horizontally. Example: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) INDEX and MATCH: INDEX returns the value of a cell in a specific row and column of a range, while MATCH searches for a specified value in a range and returns the relative position. Example: =INDEX(range, row_num, column_num) combined with =MATCH(lookup_value, lookup_array, [match_type]) IFERROR: IFERROR returns a custom result when a formula generates an error, and it returns the result of the formula if there is no error. Example: =IFERROR(formula, "Custom Result") SUMIF and SUMIFS: SUMIF adds the cells specified by a given condition, and SUMIFS allows for multiple conditions. Example: =SUMIF(range, criteria, [sum_range]) and =SUMIFS(sum_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...) CONCATENATE and CONCAT: CONCATENATE combines two or more strings of text into one string. CONCAT is a newer function with the same purpose. Example: =CONCATENATE(text1, text2, ...) or =CONCAT(range) TEXTJOIN: TEXTJOIN combines text from multiple ranges and/or strings, with the option to add a delimiter between each text item. Example: =TEXTJOIN(delimiter, ignore_empty, text1, text2, ...) CHOOSE: CHOOSE returns a value from a list of values based on a specified position. Example: =CHOOSE(index_num, value1, value2, ...) OFFSET: OFFSET returns a reference offset from a starting cell or range of cells. It's useful for dynamic ranges. Example: =OFFSET(reference, rows, cols, [height], [width]) NETWORKDAYS and NETWORKDAYS.INTL: NETWORKDAYS calculates the number of whole workdays between two dates. NETWORKDAYS.INTL allows you to specify custom weekend parameters. Example: =NETWORKDAYS(start_date, end_date, [holidays]) or =NETWORKDAYS.INTL(start_date, end_date, [weekend], [holidays]) SUBTOTAL: SUBTOTAL performs a specified calculation for a range of cells, and it can ignore other SUBTOTAL functions within the range. Example: =SUBTOTAL(function_num, ref1, [ref2], ...) These functions can significantly enhance your ability to analyze and manipulate data in Excel. Experimenting with them in different scenarios will help you become more proficient in using these powerful features. read less
Comments

Related Questions

Can a person learn advanced level MS Excel through YouTube videos?
You can learn MS Excel on Youtube. Whether you are a complete beginner or advanced user of Excel, there are several video tutorials available at every skill level. They teach you everything by making you...
Ramkumar
0 0
7
What is the difference between an MS word, an MS Excel, and an MS PowerPoint?
All three are applications of Microsoft office. MS Word is a word processing application, where you can type anything you want, primarily used for creating documents, brochures etc. MS Excel is a spreadsheet...
Krishna
0 0
5
Excel formulas in advance level?
Hi Manoj, There are over 500+ formulas in Ms Excel. Ms excel is very vast application. There is no basic & advanced level in Excel but we have divided into it. That is depends on work type, even we can...
ManojGS

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Advanced Excel and VBA concept
In this video, learn about Advanced Excel: - Data Input and Hidden Features, - Worksheet Navigation, - Excel Formulas & Functions, - Data Cleaning and Formatting. VBA and its useful Built-in Functions,...

Nagadarshan

0 0
0

VBA Function -
Using FORMAT Function in VBA we can modify the format of Numbers, Dates, Times & String. Syntax: FORMAT(expression, format, , ) 1. Formatting "Numbers" using FORMAT function in VBA SUB Format_Numbers() MsgBox...

INITIAL STEP FOR EXCEL
IT BECOME ITSELF LOOK LIKE A TABLE, THERE HAVE MANY CELL IN ROWWISE OR COLUMNWISE. FIRST YOU THOUGHT THAT WHAT TYPE OF DATA IS AND HOW YOU DESIGN.

Hidden Gems of MS Excel - Find Unique Records using Advance Filter
Want to find UNIQUE Values in a Dataset/Range? By using an Option that is Flexible and Quick. You should find the Advance Filter option helpful. Q) But, Advance Filter is used for filter-ing?A)...

VBA Function - INSTR
INSTR works similar to FIND function in Excel. INSTR search for specific text in a given text and returns the position number of what you are searching for. Syntax: InStr( , string, searchingfor, ) Sub...

Recommended Articles

Microsoft Office is a very popular tool amongst students and C-Suite. Today, approximately 1.2 billion people across 140 countries use the office programme. It is used at home, schools and offices on a daily basis for organizing, handling and presenting data and information. Microsoft Office Suite offers programs that can...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Looking for Microsoft Excel Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for Microsoft Excel Training Classes?

The best tutors for Microsoft Excel Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Microsoft Excel Training with the Best Tutors

The best Tutors for Microsoft Excel Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more