View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK Pete_UK is offline
external usenet poster
 
Posts: 8,856
Default I WANT TO USE =IF(AND(),IF(AND(),IF(AND()).

Here's an example based on an earlier posting:

=IF(A2=B2,"Equal",IF(A2-B2=1,"One Less",IF(A2B2,"More than 1
Less","Greater")))

But I still don't know what your real problem is - give some details
here about what you want to achieve.

Hope this helps.

Pete

On Jan 28, 6:45*pm, wrote:
On Jan 28, 12:09*am, Pete_UK wrote:

There are a number of ways of overcoming the limit of 7 nested
functions. Why don't you describe what you want to do, and I'm sure
you'll get a number of suggestions as to how to achieve that.


Pete


On Jan 27, 6:58*pm, gopal sharma <gopal


wrote:
i want to use if(and) function more than one time. how long can i use this
function in a formula.- Hide quoted text -


- Show quoted text -


hi,
my name is Gopal Sharma. i have posted this question yesterday. if it
is possible please explain it by an example. i have used this function
but it was not working.
right now i have solved this formula and it is working properly. here
is an example what i have wrote--
IF(AND(LOGICAL 1,LOGICAL 2),(VALUE IF TRUE),IF(AND(LOGICAL 1,LOGICAL
2),(VALUE IF TRUE),IF(AND(LOGICAL 1,LOGICAL 2),(VALUE IF TRUE),VALUE
IF FALSE))).