Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
themax16
 
Posts: n/a
Default Formula, Help needed


--------------------------------------------------------------------------------

I am trying to set up a formula that will add up multiple cells and
then create an average. I have no trouble with this atall .... but
after generating the average i wanted it to go on and display 'yes' if
between -6 and 6. and 'no' if it is out of this region.
This was my first attempt but this always displays 'Yes' as its always
either above -6 or below 6.
=IF((((C3+E3)/2)<=6)*OR(((C3+E3)/2)=(0-6)),"Yes","No")

Can anyone offer any help?


--
themax16
------------------------------------------------------------------------
themax16's Profile: http://www.excelforum.com/member.php...o&userid=23622
View this thread: http://www.excelforum.com/showthread...hreadid=372948

  #2   Report Post  
Vasant Nanavati
 
Posts: n/a
Default

=IF(AND((C3+E3)/2=-6,(C3+E3)/2<=6),"Yes","No")

--

Vasant


"themax16" wrote in message
...

--------------------------------------------------------------------------

------

I am trying to set up a formula that will add up multiple cells and
then create an average. I have no trouble with this atall .... but
after generating the average i wanted it to go on and display 'yes' if
between -6 and 6. and 'no' if it is out of this region.
This was my first attempt but this always displays 'Yes' as its always
either above -6 or below 6.
=IF((((C3+E3)/2)<=6)*OR(((C3+E3)/2)=(0-6)),"Yes","No")

Can anyone offer any help?


--
themax16
------------------------------------------------------------------------
themax16's Profile:

http://www.excelforum.com/member.php...o&userid=23622
View this thread: http://www.excelforum.com/showthread...hreadid=372948



  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

other offerings in excel.misc

--

HTH

RP
(remove nothere from the email address if mailing direct)


"themax16" wrote in message
...

--------------------------------------------------------------------------

------

I am trying to set up a formula that will add up multiple cells and
then create an average. I have no trouble with this atall .... but
after generating the average i wanted it to go on and display 'yes' if
between -6 and 6. and 'no' if it is out of this region.
This was my first attempt but this always displays 'Yes' as its always
either above -6 or below 6.
=IF((((C3+E3)/2)<=6)*OR(((C3+E3)/2)=(0-6)),"Yes","No")

Can anyone offer any help?


--
themax16
------------------------------------------------------------------------
themax16's Profile:

http://www.excelforum.com/member.php...o&userid=23622
View this thread: http://www.excelforum.com/showthread...hreadid=372948



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
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 04:35 PM
Howdo U copy a formula down a column, that uses data in another w. brantty Excel Worksheet Functions 0 February 25th 05 11:11 AM
Formula needed Edgar Thoemmes Excel Worksheet Functions 3 January 13th 05 03:07 PM
Relative Indirect Formula Referencing? Damian Excel Worksheet Functions 1 January 7th 05 05:16 AM
Cell doesn't show formula result - it shows formula (CTRL + ' doe. o0o0o0o Excel Worksheet Functions 6 November 19th 04 04:13 PM


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