Formula to calculate either "-" "+"

S

Steved

Hello from Steved

In Sheet 1

Column T:T
Cell T3 I have Short
Cell T4 I have Over
Cell T5 I have a negative or positive Number (ie "-4" or "4 "

In Sheet 2

Cell H8 "=IF($A$8="Drivers ( Short )",'Drivers Establishment Figures'!$T$5,0)"
Cell H9 "=IF($A$9="Drivers ( Over )",'Drivers Establishment Figures'!$T$5,0)"

Objective please is if cell T5 has "-4" then input into Cell "H8"
or if cell T5 has "4" then input into Cell "H9"

Thankyou.
 
J

Jacob Skaria

Do you mean

In H8
=IF('Drivers Establishment Figures'!$T$5<0,'Drivers Establishment
Figures'!$T$5,"")

In H9
=IF('Drivers Establishment Figures'!$T$5>0,'Drivers Establishment
Figures'!$T$5,"")

If this post helps click Yes
 
S

Steved

Hello Jacob

Thanks for timeout on my issue

I did what you advised but it only worked on the less <0 not on >0
 

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