Multiple formulae in a cell but displaying the result

Petepete11

New Member
Joined
Apr 13, 2016
Messages
9
Hi there, I am after some help. What I am wanting to do is to have several formulae in one cell but for the cell to display the results. I don't mean just having a cell which contains several formulae that computes to 1 value. For example, I have a column of yes, no and not applicable answers for questions, so i want to display in a cell what the percentage of yes's is to the no's, taking into account the n/a's. So the cell to display for example '50% (1/2)' if there was 1 yes and 1 no, and 1 n/a. So to work out the number of yes's/no's/na's I can use countifs but want all the commands in one cell and displayed results as above. Hope someone can help. Many thanks, Pete
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
easier than you realise:
=value1&" ("&value2&"/"&value3&")"
just replace value* with your seperate countif formula's
 
Upvote 0
Hi, my spreadsheet says i have too many arguments :/

Essentially my data looks like this:
Column 1 category
A
B
B
D
B

Column 2 question answers
Y
N
ND
N
Y

So at the bottom of the spreadsheet I want the compliance with that question so the number of Y against the potential denominator, so i want it to display "40% (2/5)" for overall Question compliance, but also if i want to just look at the answers for 'B' (3) and give a compliance for that category i.e. "33% (1/3)".
Hope someone can help, many thanks, Pete
 
Upvote 0

Forum statistics

Threads
1,215,255
Messages
6,123,896
Members
449,132
Latest member
Rosie14

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top