View Single Post
  #1   Report Post  
SammyJJones SammyJJones is offline
Junior Member
 
Posts: 8
Question Show + beside positive number?

A1 = 5
B1 = 6
C1 = A1-B1

C1 Displays: -1


A1 = 6
B1 = 5
C1 = A1-B1

C1 Displays: 1

Is there any way to make C1 display "+1" rather than just "1".


Thanks in advance,
Sammy