Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 148
Default Finding the difference

Please help me with the following problem.

If cell A1 = 60 or less than equals 0.
But if cell A1 = more than 60, say 80, than I would like to get the
difference so I can multiply it by a $$ amount.

Thank you for any help!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Finding the difference

=if(a160,a1-60,0)*whatever

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Heather" wrote in message
...
Please help me with the following problem.

If cell A1 = 60 or less than equals 0.
But if cell A1 = more than 60, say 80, than I would like to get the
difference so I can multiply it by a $$ amount.

Thank you for any help!


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 913
Default Finding the difference

On Fri, 1 Aug 2008 06:42:00 -0700, Heather
wrote:

Please help me with the following problem.

If cell A1 = 60 or less than equals 0.
But if cell A1 = more than 60, say 80, than I would like to get the
difference so I can multiply it by a $$ amount.

Thank you for any help!



Try this formula:

=IF(A1<60,0,A1-60)

Hope this helps / Lars-Åke
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Finding the difference

You can do it this way:

=MAX(A1-60,0)

Hope this helps.

Pete

On Aug 1, 2:42*pm, Heather wrote:
Please help me with the following problem.

If cell A1 = 60 or less than equals 0.
But if cell A1 = more than 60, say 80, *than I would like to get the
difference so I can multiply it by a $$ amount.

Thank you for any help!


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Finding the difference

Heather

Maybe

=IF(A1<=60,"",A1-60)

Mike

"Heather" wrote:

Please help me with the following problem.

If cell A1 = 60 or less than equals 0.
But if cell A1 = more than 60, say 80, than I would like to get the
difference so I can multiply it by a $$ amount.

Thank you for any help!

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
subtract the time difference from another time difference Dannigirl Excel Discussion (Misc queries) 3 September 30th 07 03:47 PM
Finding the difference between two numbers Christian J. Sweatt Excel Worksheet Functions 3 September 15th 07 04:10 AM
Finding the percentage difference of two or more numbers slr Excel Worksheet Functions 5 January 26th 06 02:00 PM
charting a difference of 2 columns' w/o adding a difference column Wab Charts and Charting in Excel 4 July 27th 05 02:37 AM
Finding Time difference John Harris Excel Worksheet Functions 2 May 13th 05 11:32 PM


All times are GMT +1. The time now is 04:02 PM.

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

About Us

"It's about Microsoft Excel"