Custom Number Format

T

TeddyTash

Hi,

Hope you guys can help.

If I have the following info:

A1 = 5
A2 = -4
A3 = 0

How can I use Format Cells > Custom to have them display as:

A1 = 5 up
A2 = 4 dn
A3 = Level

I've been trying and trying but keep getting a message that I should
use one of Excel's pre-defined formats.

Hair being pulled out!


Thanks in advance,
Teddy
 
D

Dave Peterson

Try something like:
General" up";General" dn";"Level";@
(Positive;negative;0;text)
or
0.00" up";0.00" dn";"Level";@
(if you like decimals.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top