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: 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

I am online Quran teacher 7 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

Use of INDEX in MS Excel?

INDEX function is a powerful tool that allows you to retrieve values from a specified range or array based on row and column numbers. INDEX(array, row_num, ) As it requires row_num and column_num, it is...
Prabhakar
0 0
6
Is MS Excel very easy to learn?
Yes it is easy application to learn
Kamal
0 0
6

What is use of VBA? Can you explain it?

Hi Venkat, As per my opinion and experience, we are using VBA for reducing the repetitive task in excel. For example: Suppose every day you are preparing an attendance tracker in which you will mark present/absent...
Venkat
0 0
5
What is VBA and what is its importance?
vba is visual basic for application. it is used to automate the task and make user define formula.
Shagufta
0 0
5

Is learning Tally good or is learning Advanced Excel and Python good? Which one will be better for getting a job? What would be the general cost of learning Tally, Advanced Excel and Python? Which are the best tutors or institutes near to Kudlu Gate and Electronic City?

 

 

As a beginner, you should go with Advance Excel and MIS reporting. After that, you can go for VBA, SQL, and Python in the end. Follow this career path. You will end up being a data analyst and package raging from 8-12lakh pa.
Prabhu

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

Ask a Question

Related Lessons

Top 30 formulas in Excel
Generally, we are only use maximum "30 formulas" in our day to day routine. let's explore with below formulas and let me know which one is your favorite. Vlookup If Iferror Sum Count Sumif Countif CountA Index Match Left Right Mid Tri...

Four Things You Can Do With Enter Key In Excel
You will save a lot of time on a daily basis by using the Enter key in these 4 ways. You may think, what is more to learn in using the Enter key in Excel? Read further to know what are the 4 ways and...

Excel Keyboard Shortcuts
Our day to day work involves excel and to complete our work fast we should have adequate knowledge of keyboard shortcuts. I am going to give you simple but useful tip which will helps you to navigate excel...

MS Excel: Formulas and Functions: Listed by Category
MS Excel: Formulas and Functions: Listed by Category Worksheet formulas are built-in functions that are entered as part of a formula in a cell. These are the most basic functions used when learning Excel....

Microsoft Excel
Software developed and manufactured by Microsoft Corporation that allows users to organize, format, and calculate data with formulas using a spreadsheet system broken up by rows and columns. Microsoft...

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