Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default difference between 2 numbers

Probably being dense but how can I get excel to look at two sets of figures
one from last year and one from this year and then give me the difference if
there has been a gain or the lowest figure -ve if there has been a loss (last
years and this years may both be a loss in some cases - nb not financial
figures
--
Thank you
Annie
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default difference between 2 numbers

you could try something along the lines of:

a1 = last year #
b1 = this year #

=if((b1-a1)0,b1-a1,min(a1,b1))

george

"Annie" wrote:

Probably being dense but how can I get excel to look at two sets of figures
one from last year and one from this year and then give me the difference if
there has been a gain or the lowest figure -ve if there has been a loss (last
years and this years may both be a loss in some cases - nb not financial
figures
--
Thank you
Annie

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default difference between 2 numbers

Not clear what you want. Try giving a couple of examples.
--
David Biddulph

"Annie" wrote in message
...
Probably being dense but how can I get excel to look at two sets of
figures
one from last year and one from this year and then give me the difference
if
there has been a gain or the lowest figure -ve if there has been a loss
(last
years and this years may both be a loss in some cases - nb not financial
figures
--
Thank you
Annie



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 103
Default difference between 2 numbers

Not quite but thank you! :-)
--
Thank you
Annie


"mopgcw" wrote:

you could try something along the lines of:

a1 = last year #
b1 = this year #

=if((b1-a1)0,b1-a1,min(a1,b1))

george

"Annie" wrote:

Probably being dense but how can I get excel to look at two sets of figures
one from last year and one from this year and then give me the difference if
there has been a gain or the lowest figure -ve if there has been a loss (last
years and this years may both be a loss in some cases - nb not financial
figures
--
Thank you
Annie

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding the difference between two numbers Christian J. Sweatt Excel Worksheet Functions 3 September 15th 07 04:10 AM
Show % Difference between two numbers Jana Excel Discussion (Misc queries) 9 April 29th 07 07:00 PM
Find all possible Difference between two sets of numbers Jason Excel Worksheet Functions 1 January 24th 07 05:45 PM
Finding the percentage difference of two or more numbers slr Excel Worksheet Functions 5 January 26th 06 02:00 PM
calculating the difference between 2 numbers Darran Excel Worksheet Functions 3 July 25th 05 01:08 PM


All times are GMT +1. The time now is 01:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"