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

Are there any VBA tutors around Secunderabad?
Tell me your requirement. I shall guide u online.
V
can i teach
For teaching two things are must 1) you must have sound knowledge of the topic 2) then you must know the art of teaching. You should teach in a such a way that you are able to make people understand...
Abdul
What should I learn other than excel VBA training?
Excel VBA is a Very vast topic. Once you will start working on real life projects you will find your knowledge is always short. You can always learn VBA with Excel, Word, Powerpoint, Access, AutoCad, Soldiworks....
Vishal
I am looking to learn immediately Advanced Excel & VBA Macros. Please provide the Institute contact details and tutor availability in week ends ( Sat- Sun) .
Hi Pratap, Would you please let me know your educational background as to know VBA Macros , you must have good hands on Programming...and if you are novice or not from it background then I suggest you...
Prathap

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

Ask a Question

Related Lessons

Tips - How to put PivotTable Field List back at its Original Position?
Have You ever struggled to put PivotTable Field List back at its Original Position?*Original Position - right-side of the worksheet, as highlighted in the following picture: If Your answer is Yes, You...

Learning Pivot Table Part-1
You all must have watched movie based on War. One thing you all might have noticed, in most of the movies, armies fought with their enemies hiding inside the bunkers, an army fighting war in open obviously...

Coaching on Microsoft Excel
Are you excited to enhance your data management skills and increase your productivity? Contact me directly in chat for instruction on essential tools and techniques to take your Microsoft Excel skills...

Concatenate Function
Concatenate , one of the text functions, to join two or more text strings into one string. The Excel Concatenate function joins together a series of supplied text strings or other values, into one combined...

Practical use of Two way Look-up (Category: Advanced Excel)
///////////////////////////////////////////////////////////////

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