Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 63
Default I need cell formula help

IN "AA6" I NEED A FORMULA

IF AA7 IS BETWEEN -.03 AND .04
TRUE SUM(O6:S6)+SUM(U6:Y6)
FALSE DO NOTHING
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,934
Default I need cell formula help

Try this...

=IF(AND(AA7=-0.03,AA7<=0.04),SUM(O6:S6)+SUM(U6:Y6),"")

--
Rick (MVP - Excel)


"j5b9721" wrote in message
...
IN "AA6" I NEED A FORMULA

IF AA7 IS BETWEEN -.03 AND .04
TRUE SUM(O6:S6)+SUM(U6:Y6)
FALSE DO NOTHING


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 63
Default I need cell formula help

Hi Rick, it works good so far! Thank you!!!!

But now I find that I need to add more to this too,
=IF(AND(AA59=-0.03,AA59<=0.04,Z59=-3%,Z59<=3%),SUM(O58:S58)+SUM(U58:Y58),"")
with the Z59 section.

I need to add to the formula "Z58" & "Z59" to be within a 10% range (5%up &
-5%down) of each other.
But I need "Z59=-3%,Z59<=3%" part to work also. Do you have an idea how to
do this???

Thanks for your time!!!!
Joe


"j5b9721" wrote:

IN "AA6" I NEED A FORMULA

IF AA7 IS BETWEEN -.03 AND .04
TRUE SUM(O6:S6)+SUM(U6:Y6)
FALSE DO NOTHING

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 63
Default I need cell formula help

Hi Rick, it works good so far! Thank you!!!!

But now I find that I need to add more to this too,
=IF(AND(AA59=-0.03,AA59<=0.04,Z59=-3%,Z59<=3%),SUM(O58:S58)+SUM(U58:Y58),"")
with the Z59 section.

I need to add to the formula "Z58" & "Z59" to be within a 10% range (5%up &
-5%down) of each other.
But I need "Z59=-3%,Z59<=3%" part to work also. Do you have an idea how to
do this???

Thanks for your time!!!!
Joe


"j5b9721" wrote:

IN "AA6" I NEED A FORMULA

IF AA7 IS BETWEEN -.03 AND .04
TRUE SUM(O6:S6)+SUM(U6:Y6)
FALSE DO NOTHING

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
How can I make a blank cell in a formula cell with a range of cell Vi Excel Discussion (Misc queries) 5 June 21st 07 02:46 PM
copy formula down a column and have cell references change within formula brad New Users to Excel 5 May 13th 07 04:38 PM
adding a formula in a cell but when cell = 0 cell is blank Mike T Excel Worksheet Functions 5 May 31st 05 01:08 AM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 1 February 11th 05 06:36 AM
Cell Formula reference to cell Based On third Cell Content Gabriel Excel Discussion (Misc queries) 0 February 11th 05 05:35 AM


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