+ Reply to Thread
Results 1 to 4 of 4

Formula problem

  1. #1
    Rao Ratan Singh
    Guest

    Formula problem

    Dear Sir,
    I m using this function =IF(AND($A$1="gopal minerals",'Gopal
    Sales'!E6>0),'Gopal Sales'!E6,AND($A$1="Micro Products",'Micro
    Sales'!E6>0,'Micro Sales'!E6,$A$1="Ultra Fine Filler Private Limited", 'Ultra
    Sales'!E6>0, 'Ultra Sales'!E6,""))

    but when it found empty cells in respective sheet it returns #value!. I want
    it should return blank.

    How it can be. solve my problem please.

    RRS

  2. #2
    Bob Phillips
    Guest

    Re: Formula problem

    =IF(AND($A$1="gopal minerals",'Gopal Sales'!E6>0),'Gopal Sales'!E6,
    IF(AND($A$1="Micro Products",'Micro Sales'!E6>0),'Micro Sales'!E6,
    IF(AND($A$1="Ultra Fine Filler Private Limited",'Ultra Sales'!E6>0),'Ultra
    Sales'!E6,"")))

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Rao Ratan Singh" <RaoRatanSingh@discussions.microsoft.com> wrote in message
    news:9CDAA442-80A4-48D0-9307-9F0B88DD0FC6@microsoft.com...
    > Dear Sir,
    > I m using this function =IF(AND($A$1="gopal minerals",'Gopal
    > Sales'!E6>0),'Gopal Sales'!E6,AND($A$1="Micro Products",'Micro
    > Sales'!E6>0,'Micro Sales'!E6,$A$1="Ultra Fine Filler Private Limited",

    'Ultra
    > Sales'!E6>0, 'Ultra Sales'!E6,""))
    >
    > but when it found empty cells in respective sheet it returns #value!. I

    want
    > it should return blank.
    >
    > How it can be. solve my problem please.
    >
    > RRS




  3. #3
    Rao Ratan Singh
    Guest

    Thank you Bob

    Thank you sir,
    It is working. thanks and regards

    yours

    RRS

  4. #4
    Bob Phillips
    Guest

    Re: Thank you Bob

    My pleasure sir!

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Rao Ratan Singh" <RaoRatanSingh@discussions.microsoft.com> wrote in message
    news:634C6A28-3B58-46F6-A20B-FA1F67B5C110@microsoft.com...
    > Thank you sir,
    > It is working. thanks and regards
    >
    > yours
    >
    > RRS




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1