How to Use Multiple Formulas in a Cell (Excel Guide)

Excel is all about smart work.

Instead of writing multiple formulas in so many cells, leveraging them together in a single cell can significantly enhance efficiency and streamline the results.

This guide provides a comprehensive overview of how to effectively integrate multiple formulas in a cell in MS Excel 😎

Through the guide, we will combine multiple functions, formulas, symbols, and text strings in a cell using an Ampersand operator (&) to produce mind-boggling results.

Download the free practice workbook for this guide here, and join us in maximizing Excel’s capabilities.

Using multiple formulas in one cell

I have a list of some items along with quantities present at a departmental store here.

Quantity of different items

Let’s find the total items (sum of all items’ quantities) and the average quantity of each item for these items within a single cell ⚖

Step 1) Activate a cell and write the SUM function as below.

Click to copy
Quantity if formula / if function

Step 2) Add an ampersand operator (&) to the above formula and add a comma in double quotation marks “,” before we write the next function

Click to copy
ampersand and comma

Step 3) Add another ampersand operator and write the AVERAGE function to average out the item quantities as below.

Click to copy
Sum and average in parentheses dialog

Step 4) Hit enter to see the results for this formula.

Sum and average in the same cell

Excel calculates the sum of the quantities as 330 and the average as 66, and both results are populated in the same cell (separated by a comma) 💪

That’s how you can run multiple formulas in the same cell.

Step 5) To make it more understandable you can add the text string “sum” and “average” before both the results using ampersand.

Click to copy
Sum and average in the same cell

The results look like below.

Adding text strings

A better example of how you can combine text strings and formulas in a cell is covered in the next section 👇

Using multiple formulas and text strings in one cell

These are the marks of a couple of students from a class for three different subjects 📚

Results of students

Total marks for each subject are 100, and for 3 subjects, the total marks are 300.

Kasper Langmann, co-founder of Spreadsheeto

I want to prepare the results for all of them by calculating the total marks they have scored along with the percentage marks.

Let’s tell tell Excel to do it for us within a single cell in a single go using the ampersand operator (&).

Step 1) Begin writing the following formula with an equal sign:

Click to copy
A3 cell reference

A3 contains the name of the student.

Step 2) Add an ampersand to it.

Step 3) Add another text string “ scored “. Note the [start-highlight]space character[end-highlight] I have added before and after the word within the double quotation marks.

Step 4) Add another ampersand to connect “ scored “ with the SUM function.

Click to copy
Ampersand connects text and function

The SUM function adds up all the marks scored in each of the three subjects.

Step 5) Press enter already to see how Excel calculates the total marks, puts them in a text string, and returns it.

Excel formulas with multiple cells

Step 6) Add another ampersand to it and connect it with the text string “ points out of 300 which makes“.

Click to copy
Lookup for values in Cell A1, cell A2, A3

Step 7) Add another ampersand and write the formula to calculate percentage marks as:

Click to copy

This makes the formula look like:

Click to copy
complex formulas for data set

Let’s quickly hit enter and see how the formula looks until now.

screenshot of single formula syntax results

Cool. Press the F2 key to enter the editing mode again 🚀

Step 8) With an ampersand, add the percentage icon in inverted commas “% marks”. This will come next to the percentage calculated by Excel.

Click to copy
Complete array formula worksheet

Looks long enough.

It’s time we see the results. Hold on tight, the results will have you amazed.

Step 9) Press enter to see how Excel combines all these formulas and text strings to give us a one-liner wholesome result.

Multiple formulas in Excel spreadsheet

Wow! Gives such auto-generated feels ✌

The most thrilling and the best part is yet to come. Once you have put in all your brain to compose this stellar formula, you can have it ready for any number of students in a blink.

Step 10) Drag and drop the formula using the Fill handle to have the results of all students.

Whole list excel functions

For each of the students, Excel calculates the total marks scored by them + the percentage marks secured by them.

And not merely numbers, but we have the results fixed in a proper sentence 📝

Rest assured, but some percentages look weird due to the recurring decimal positions. We cannot adjust it by formatting the decimal places to a lesser number since there are multiple formulas in this cell.

However, we can use the ROUND function to help it.

Step 11) Nest the percentage formula into the ROUND function and set the decimal places to 2.

Click to copy
The ROUND nested function

Step 12) Now drag and drop the results to the whole list to have the percentage decimals limited to two places.

Decimal places restricted for range of cells

Pro Tip!

One problem with concatenating multiple formulas and functions in a single cell is that you cannot apply formatting to a certain part of the formula (particularly the numeric part).

  • We couldn’t limit the decimal places to 2 by applying formatting 🤯
  • Similarly, we had to add the percentage icon as a text string since we couldn’t format the number to percentage style like a cell can normally be formatted.

Although these issues can be resolved by using alternate ways (like the ROUND function), this is one potential limitation of merging formulas in a single cell.

Moreover, if you want to bold, italicize, or apply any other format style to a particular section of this sentence, it cannot be done as Excel takes it all as a formula. You can apply any format to the entire sentence but not parts of it.

Conclusion

This guide comprehensively covers the step-by-step procedure of combining multiple formulas, functions, and text strings in a single cell.

Smartly using the above method, you can automate most of your work in Microsoft Excel in no time. There are endless variations to how can you use the ampersand operator and merge results for your good 👌

Enjoyed reading this tutorial? I suggest you read my following Excel guides, too: