RE: keep the results as positive numbers
- From: Ron Coderre <ronREMOVETHIScoderre@xxxxxxxxxxx>
- Date: Tue, 30 Jan 2007 18:13:02 -0800
You're very welcome, Raza....and thanks for the feedback!
by the way...
my 2nd formula should have been
=MAX(H2:B2)-MIN(H2:B2)
instead of
=MAX(H2-B2)-MIN(H2-B2)
(I forgot to replace minus signs when I copied your formula)
***********
Regards,
Ron
XL2002, WinXP
"Raza" wrote:
Thanks Ron, I forgot about the absolute value function.
"Ron Coderre" wrote:
Try something like this:
=ABS(H2-B2)
Or...maybe
=MAX(H2-B2)-MIN(H2-B2)
Does that help?
***********
Regards,
Ron
XL2002, WinXP
"Raza" wrote:
I am subtracting the actual daily high from the predicted daily high
temperature.
My formula is this:
=H2-B2
However, I want my results to always be positive numbers. I feel like there
should be a simple mathematical answer, but I didn't pay attention very well
at school.
Thanks.
- Follow-Ups:
- Re: keep the results as positive numbers
- From: Chip Pearson
- Re: keep the results as positive numbers
- Prev by Date: RE: Help with a formula. Lookup? referance?
- Next by Date: Re: Can't ungroup in Pivot Table Results - or how do I get what i
- Previous by thread: Re: keep the results as positive numbers
- Next by thread: Re: keep the results as positive numbers
- Index(es):
Relevant Pages
|