Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 58
Default Greater than or equal to (Plus or minus)

Here is my formula.
=IF(Sheet1!J5=$J$4,0,(Sheet1!$J$4-Sheet1!J5)*Sheet1!$J$1)
It is perfect, except it doesn't have one final step. What I need it to do
is be able to do that ONLY if it is greater than or less than by a specified
amount. So there needs to be a modification of ...Sheet!J5< (but by 100 or
any other number that I set) $J$4,...

Thanks so much for the help!

Brandon
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default Greater than or equal to (Plus or minus)

Kind of got lost towards the end on exacly what conditions you're looking
for. As far as the greater than or less than part, try using
OR(Sheet!J5<Amount,Sheet!J5Amount) as your condition. Sorry I don't know
exactly where you wanted that so can't stick it into the formula for you.

-Simon

"Brandon" wrote:

Here is my formula.
=IF(Sheet1!J5=$J$4,0,(Sheet1!$J$4-Sheet1!J5)*Sheet1!$J$1)
It is perfect, except it doesn't have one final step. What I need it to do
is be able to do that ONLY if it is greater than or less than by a specified
amount. So there needs to be a modification of ...Sheet!J5< (but by 100 or
any other number that I set) $J$4,...

Thanks so much for the help!

Brandon

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Greater than or equal to (Plus or minus)

Maybe, if you want to check to see if there's a difference of less than 100...

=if(abs(sheet1!$j$5-$j$4)<100,"within a hundred formula","= 100 formula")

You could change that 100 to point at any cell you want.



Brandon wrote:

Here is my formula.
=IF(Sheet1!J5=$J$4,0,(Sheet1!$J$4-Sheet1!J5)*Sheet1!$J$1)
It is perfect, except it doesn't have one final step. What I need it to do
is be able to do that ONLY if it is greater than or less than by a specified
amount. So there needs to be a modification of ...Sheet!J5< (but by 100 or
any other number that I set) $J$4,...

Thanks so much for the help!

Brandon


--

Dave Peterson
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
First occurance greater than or equal to a specified value [email protected] Excel Worksheet Functions 3 February 5th 06 08:34 AM
Matching Values from an Array Mal Excel Worksheet Functions 2 January 4th 06 11:06 AM
Formula which is greater tahn or equal to zero bruce2444 Excel Worksheet Functions 2 September 7th 05 12:24 PM
Vlookup but also equal to and greater than? dazman Excel Worksheet Functions 1 August 7th 05 05:59 PM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 03:06 AM


All times are GMT +1. The time now is 09:58 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"