Silly Formiula Help Needed

thescream80

Board Regular
Joined
Mar 28, 2014
Messages
119
Office Version
  1. 2019
  2. 2016
Platform
  1. MacOS
What I am looking to do is display 2 numbers in one cell.


Data Example -
F80001 = 16
D80001 = 35

Goal for it to look like - 16 / 4.571% / Right now it looks like - 0,016 / 4.571

Here is the formula that I am using

=TEXT(F80001,"0,000")&" / "&TEXT(F80001/D80001,"0.00%")*10

Thank you!!!
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
How about
=TEXT(L11,"#,##0")&" / " & TEXT(L11/L12/10,"0.000%")
 
Upvote 0
Bear in mind it's going to be very difficult (not impossible, but very difficult) to use the result of any such formula in another formula.

Consider returning each part of the result into separate cells, maybe formated so that they look the way you want.
 
Upvote 0

Forum statistics

Threads
1,224,818
Messages
6,181,152
Members
453,021
Latest member
Justyna P

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