Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How to combine, IF, AND, OR Functions

Hi all

I need some help combining IF, AND, OR functions (if it is possible)

What I am looking to do is:

I want all the results to display in F70

I have F72, F73, F74 which contain the results of calculations depending on
the values in the cells above them. Any one of these cells (F72, F73, F74)
could hold a value of zero or greater.

I also have B68, B69, B70 and B71 which contain other results of
calculations depending on the cells above them, these cells will always hold
a value 1

What I want to display in F70 is that:

If there is a figure 1 in F72 AND a figure of zero in F73 then show B70
If there is a figure 1 in F73 AND a figure of zero in F72 then show B69
If there is a figure 1 in F74 then show B68
If there is a figure of zero in both F72 AND F73 then show B71

Hope this is possible.
Simoney

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default How to combine, IF, AND, OR Functions

Try

=IF(AND(F721,F73=0),B70,IF(AND(F731,F72=0),B69,I F(F741,B68,IF(F72+F73=0,B71))))
--
If this post helps click Yes
---------------
Jacob Skaria


"Simony32567" wrote:

Hi all

I need some help combining IF, AND, OR functions (if it is possible)

What I am looking to do is:

I want all the results to display in F70

I have F72, F73, F74 which contain the results of calculations depending on
the values in the cells above them. Any one of these cells (F72, F73, F74)
could hold a value of zero or greater.

I also have B68, B69, B70 and B71 which contain other results of
calculations depending on the cells above them, these cells will always hold
a value 1

What I want to display in F70 is that:

If there is a figure 1 in F72 AND a figure of zero in F73 then show B70
If there is a figure 1 in F73 AND a figure of zero in F72 then show B69
If there is a figure 1 in F74 then show B68
If there is a figure of zero in both F72 AND F73 then show B71

Hope this is possible.
Simoney

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to combine, IF, AND, OR Functions


Simony32567;349640 Wrote:
Hi all

I need some help combining IF, AND, OR functions (if it is possible)

What I am looking to do is:

I want all the results to display in F70

I have F72, F73, F74 which contain the results of calculations
depending on
the values in the cells above them. Any one of these cells (F72, F73,
F74)
could hold a value of zero or greater.

I also have B68, B69, B70 and B71 which contain other results of
calculations depending on the cells above them, these cells will always
hold
a value 1

What I want to display in F70 is that:

If there is a figure 1 in F72 AND a figure of zero in F73 then show
B70
If there is a figure 1 in F73 AND a figure of zero in F72 then show
B69
If there is a figure 1 in F74 then show B68
If there is a figure of zero in both F72 AND F73 then show B71

Hope this is possible.
Simoney


Possible, no doubt
but the important thing to know is the order in which your conditions
should be satisfied, especially for F74.
Is the order the one you indicated?


--
Pecoflyer

Cheers -
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=97806

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 do I combine MACROS and functions? Mr_Crowe New Users to Excel 1 July 9th 08 02:23 AM
Possible to combine VLOOKUP and IF(AND) functions? Ihoris Excel Worksheet Functions 1 April 6th 06 09:54 AM
Combine functions? ~suky~ Excel Worksheet Functions 0 February 23rd 06 03:51 PM
Combine functions into one cell [email protected] Excel Worksheet Functions 2 August 16th 05 07:09 PM
How do I combine COUNTIF and AND functions in Excel J Roney Excel Worksheet Functions 2 February 15th 05 08:41 PM


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