Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Sheryl
 
Posts: n/a
Default Need help setting up a >< IF formula in Excel,

This is what I think the formula should read:
=IF(K18<SUM(k87+110)SUM(K87+90),SUM(K18+800),"")
Excel doesn't agree. I'm trying to say that K18 is an entry cell and if
that value falls between K98+100 (+/-10) that the result will add 800 to K18.
If it falls outside of the +/- range, then the value will return blank.
Help please!
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

The SUM is superfluous, + makes it add

=IF(AND(K18<K87+110,K18K87+90),K18+800,"")

--
HTH

Bob Phillips

"Gary Brown" wrote in message
...
=IF(AND(K18<SUM(k87+110),K18SUM(K87+90)),SUM(K18+ 800),"")
hth,
--
Gary Brown



"Sheryl" wrote:

This is what I think the formula should read:
=IF(K18<SUM(k87+110)SUM(K87+90),SUM(K18+800),"")
Excel doesn't agree. I'm trying to say that K18 is an entry cell and if
that value falls between K98+100 (+/-10) that the result will add 800 to

K18.
If it falls outside of the +/- range, then the value will return blank.
Help please!



  #3   Report Post  
Dana DeLouis
 
Posts: n/a
Default

Maybe just another option...

=IF(ABS(K18-K87-100)<10,K18+800,"")

HTH
--
Dana DeLouis
Win XP & Office 2003


"Gary Brown" wrote in message
...
=IF(AND(K18<SUM(k87+110),K18SUM(K87+90)),SUM(K18+ 800),"")
hth,
--
Gary Brown



"Sheryl" wrote:

This is what I think the formula should read:
=IF(K18<SUM(k87+110)SUM(K87+90),SUM(K18+800),"")
Excel doesn't agree. I'm trying to say that K18 is an entry cell and if
that value falls between K98+100 (+/-10) that the result will add 800 to
K18.
If it falls outside of the +/- range, then the value will return blank.
Help please!



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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Excel should have a simpler subtraction formula similar to "sum". Darius Excel Worksheet Functions 5 February 21st 05 11:14 PM
How do I get the formula bar in excel 2003 unionhall Excel Discussion (Misc queries) 1 February 17th 05 10:10 AM
Converting an Excel formula to an Access query formula Adam Excel Discussion (Misc queries) 1 December 15th 04 03:38 AM
Is there any specific setting for MS excel to download CSV in fin. MikeDb Excel Discussion (Misc queries) 1 December 7th 04 05:37 PM


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