Re: How to determine difference?
From: RW (rw2rw_at_hotmail.com)
Date: 01/21/05
- Next message: Val Mehling: "Workbook Crashes Excel"
- Previous message: nick_at_bcfirst.com: "Re: Frank Kabel: A Sad Day For The Excel Community"
- In reply to: Fionavar: "Re: How to determine difference?"
- Next in thread: Fionavar: "Re: How to determine difference?"
- Reply: Fionavar: "Re: How to determine difference?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 Jan 2005 23:22:41 -0600
I think JE Mcgimpsey's answer was correct:
=B1-A1
When A1=100 and B1=105, B1-A1= 5;
when A1=100 and B1=95, B1-A1= -5,
exactly what you asked for.
Maybe there's more to your question?
(By the way, this is my first reply to a newsgroup. I hoped it works.)
Ray W
"Fionavar" <fionavarXXX@perlucidus.XXX.net> wrote in message
news:10v10asfh6roo24@corp.supernews.com...
> Thanks for the ideas! Both of those only work when the difference is an
> increase - it does not register the negative correctly. Am I explaining
> this clearly? I may just have to manually switch the number when I know it
> may be a negative, unless there is a way to do this?
> "CarlosAntenna" <carlos@antenna.com> wrote in message
> news:%23kZQvQ2$EHA.2572@tk2msftngp13.phx.gbl...
>> =ABS(a1-b1)
>>
>> Carlos
>>
>> "Fionavar" <fionavarXXX@perlucidus.XXX.net> wrote in message
>> news:10v0ggoi91s4c57@corp.supernews.com...
>>> If I have a cell that is 100 and another cell in which I want to
>>> demonstrate the difference - how do I set this up? The problem is that
>>> at the moment if I use a simple a1-b1 I get a negative number if b is
>>> larger. What I want is it to indicate the change as a +/-. So if A is
>>> 100 and B is 105, I would like to cell to indicate 5. If B is 95 -
>>> then -5 - does this make sense? Any help is MUCH appreciated.
>>>
>>
>>
>
>
- Next message: Val Mehling: "Workbook Crashes Excel"
- Previous message: nick_at_bcfirst.com: "Re: Frank Kabel: A Sad Day For The Excel Community"
- In reply to: Fionavar: "Re: How to determine difference?"
- Next in thread: Fionavar: "Re: How to determine difference?"
- Reply: Fionavar: "Re: How to determine difference?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|