+ Reply to Thread
Results 1 to 4 of 4

How to empty the lookup output cells when the primary cells are emptied?

  1. #1
    Registered User
    Join Date
    05-30-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    95

    How to empty the lookup output cells when the primary cells are emptied?

    Pls see columns K-Q of "SwingTicketData" tab in attached excel file. It always put 0 eventhough I have deleted the values in C2:F7 on "SwingTicketOrderForm". Pls help. Thanks
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    01-24-2011
    Location
    Sheppey
    MS-Off Ver
    Excel 2010
    Posts
    239

    Re: How to empty the lookup output cells when the primary cells are emptied?

    Hows about =IF(SwingTicketOrderForm!P19="","",IF(SwingTicketOrderForm!$C$2="","",SwingTicketOrderForm!$C$2)) or you could turn the Show Zeros off in the options.

  3. #3
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: How to empty the lookup output cells when the primary cells are emptied?

    or you can use

    if(isblank())

    =IF(isblank(SwingTicketOrderForm!P19),"",IF(ISBLANK(SwingTicketOrderForm!$C$2),"",SwingTicketOrderForm!$C$2))
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  4. #4
    Registered User
    Join Date
    05-30-2012
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    95

    Re: How to empty the lookup output cells when the primary cells are emptied?

    very nice! Let me close this case.

+ 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