#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default excel formulas

I am trying to create an excel spreadsheet with a multiple function equation
at the end, but I cannot seem to get it to work properly.

Here are the rules for the equation:

Rule #1: true if the customer's net worth is greater than $500,000, false
otherwise
Rule #2: true if bidder's CCAR rating equals 1 and bidder's stress risk
class equals 1, false otherwise
Rule #3: true if the bidder's PAYDEX score is over 90, false otherwise
This is my formula:
IF(AND(F6=FALSE,G6=FALSE,H6=FALSE),"Exclude",IF(OR (G6=TRUE,H7=TRUE),"Get
More Information"),IF(AND(F6=TRUE,G6=TRUE,H6=TRUE,"Allo w to Bid","Exclude")))

I have all of the other cells working properly, I just cannot figure out
this equation.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default excel formulas

hi MatileM,

try it

=if(and(F6=false;G6=false;H6=false);"exclude";if(a nd(F6=True;G6=True;H6=True);"Allow to Bid";if(or(G6=True;H6=True);"Get More Information""Exclude")))

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"MatileM" escreveu:

I am trying to create an excel spreadsheet with a multiple function equation
at the end, but I cannot seem to get it to work properly.

Here are the rules for the equation:

Rule #1: true if the customer's net worth is greater than $500,000, false
otherwise
Rule #2: true if bidder's CCAR rating equals 1 and bidder's stress risk
class equals 1, false otherwise
Rule #3: true if the bidder's PAYDEX score is over 90, false otherwise
This is my formula:
IF(AND(F6=FALSE,G6=FALSE,H6=FALSE),"Exclude",IF(OR (G6=TRUE,H7=TRUE),"Get
More Information"),IF(AND(F6=TRUE,G6=TRUE,H6=TRUE,"Allo w to Bid","Exclude")))

I have all of the other cells working properly, I just cannot figure out
this equation.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default excel formulas

sorry for the first post, I forgot to change the ; by the ,

here you are

=if(and(F6=false,G6=false,H6=false),"exclude",if(a nd(F6=True,G6=True,H6=True),"Allow to Bid",if(or(G6=True,H6=True),"Get More Information","Exclude")))

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"MatileM" escreveu:

I am trying to create an excel spreadsheet with a multiple function equation
at the end, but I cannot seem to get it to work properly.

Here are the rules for the equation:

Rule #1: true if the customer's net worth is greater than $500,000, false
otherwise
Rule #2: true if bidder's CCAR rating equals 1 and bidder's stress risk
class equals 1, false otherwise
Rule #3: true if the bidder's PAYDEX score is over 90, false otherwise
This is my formula:
IF(AND(F6=FALSE,G6=FALSE,H6=FALSE),"Exclude",IF(OR (G6=TRUE,H7=TRUE),"Get
More Information"),IF(AND(F6=TRUE,G6=TRUE,H6=TRUE,"Allo w to Bid","Exclude")))

I have all of the other cells working properly, I just cannot figure out
this equation.

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 considers my formulas as plain text Kimmo Kallio Excel Worksheet Functions 10 January 16th 14 05:48 PM
How do you print showing formulas in Excel 2000? Kim Excel Discussion (Misc queries) 3 June 16th 08 09:56 PM
Please help with Statistics Formulas in Excel Fonz Excel Discussion (Misc queries) 10 April 9th 06 03:22 PM
Help, Urgent Excel Formulas are not calculating maashoff Excel Discussion (Misc queries) 1 May 3rd 05 12:25 AM
I want Excel to allow cells with formulas and unrelated text blueboy Excel Discussion (Misc queries) 9 March 4th 05 12:22 AM


All times are GMT +1. The time now is 03:38 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"