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

What is Microsoft Excel?
It is an Application which consist of Spread Sheet for creating Document based on requirement
Swati
0 0
5

which is the best institute or college for Power bi and AWS course with job Support in Pune location? 

Hackers University APC Learning Solutions is the best training institute for AWS & Devops, Power BI they provide training with job placements
Vk

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

Ask a Question

Related Lessons

Excel VBA Macros - Record Macro
If you are New to VBA Macro for Excel Automation, please follow step by step you can automation your Task. Step First - Enable the Developer Tab (This Tab is only for Macro Development) Goto -> Options...

Hidden Gems of MS Excel - Data Validation - Circle Invalid Data
Q) You apply Data Validation to a range of Cells. e.g. You apply Data Validation Drop-down List of 5 Indian Cities: Indore, Lucknow, Mumbai, New Delhi, Pune, to a range of Cells What if invalid data...

Hidden Gems of MS Excel - Reapply Filter
Q) How does Reapply help? Or, when could I use Reapply?A) e.g. Please refer following screenshot: You are Analysing a Dataset.You have applied Filter on Date Column, to focus on April month entries.You...

Clipboard Task Pane
When you copy a cell's contents, formula or format, that information goes into the clipboard. The clipboard will hold the information until you decide to paste it somewhere else on the spreadsheet,...

Excel Tip: Conditional Formatting To Highlight First Value Among Duplicates.
In Column “C”, I have product list and some of them are duplicates. My requirement is to format with background color of green for 1st found value among the duplicates. To solve this, I used...

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