Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 97
Default Function AND

I have excell 2002, in the explantion of function AND it says, that Logical1,
logical2, upto logical 30, how ever mine is available for only logical5,
(upto 5 logical). Can anybody help me how to make it upto 10 logical

Frank


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Function AND

You may have to have a User Defined Function to do that. Take a look at
this and come back if you have more questions.

http://www.vertex42.com/ExcelArticle...functions.html

"Frank Situmorang" wrote:

I have excell 2002, in the explantion of function AND it says, that Logical1,
logical2, upto logical 30, how ever mine is available for only logical5,
(upto 5 logical). Can anybody help me how to make it upto 10 logical

Frank


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Function AND

I can get more than 5. What is your formula?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Frank Situmorang" wrote in message
...
I have excell 2002, in the explantion of function AND it says, that
Logical1,
logical2, upto logical 30, how ever mine is available for only logical5,
(upto 5 logical). Can anybody help me how to make it upto 10 logical

Frank




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 97
Default Function AND

This is my formula Bob:
=IF(ISNUMBER($BC12),IF(AND(ISBLANK(B28),ISTEXT(D28 )),+D28,""),"")
In the END function I need 10 combiinations in order to evaluate it to TRUE.
What I did is to make and again the fith (see below), I don't know if it is
right, but I see the result is as what as I expected

=IF(ISNUMBER($BC12),IF(AND(ISBLANK(B28),ISTEXT(D28 ),ISBLANK(B29),ISTEXT(D29),AND(ISBLANK(B30),ISTEXT (D30))),+D30,""),"")

Appreciate your idea Bob,

Frank

"Bob Phillips" wrote:

I can get more than 5. What is your formula?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Frank Situmorang" wrote in message
...
I have excell 2002, in the explantion of function AND it says, that
Logical1,
logical2, upto logical 30, how ever mine is available for only logical5,
(upto 5 logical). Can anybody help me how to make it upto 10 logical

Frank





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Function AND

Frank,

Can't get the problem as I see it, but maybe this will give you a steer

=IF(ISNUMBER($BC12),IF(AND(COUNTBLANK(B28:B30)=3,C OUNTBLANK(D28:D30)=3),D30,""),"")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Frank Situmorang" wrote in message
...
This is my formula Bob:
=IF(ISNUMBER($BC12),IF(AND(ISBLANK(B28),ISTEXT(D28 )),+D28,""),"")
In the END function I need 10 combiinations in order to evaluate it to
TRUE.
What I did is to make and again the fith (see below), I don't know if it
is
right, but I see the result is as what as I expected

=IF(ISNUMBER($BC12),IF(AND(ISBLANK(B28),ISTEXT(D28 ),ISBLANK(B29),ISTEXT(D29),AND(ISBLANK(B30),ISTEXT (D30))),+D30,""),"")

Appreciate your idea Bob,

Frank

"Bob Phillips" wrote:

I can get more than 5. What is your formula?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"Frank Situmorang" wrote in message
...
I have excell 2002, in the explantion of function AND it says, that
Logical1,
logical2, upto logical 30, how ever mine is available for only
logical5,
(upto 5 logical). Can anybody help me how to make it upto 10 logical

Frank









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
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Excel - User Defined Function Error: This function takes no argume BruceInCalgary Excel Programming 3 August 23rd 06 08:53 PM
Need to open the Function Arguments window from VBA for a user defined function. [email protected] Excel Programming 0 June 20th 06 03:53 PM
Adding a custom function to the default excel function list DonutDel Excel Programming 3 November 21st 03 03:41 PM


All times are GMT +1. The time now is 01:49 PM.

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"