thescream80
Board Regular
- Joined
- Mar 28, 2014
- Messages
- 119
- Office Version
- 2019
- 2016
- Platform
- 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!!!
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!!!