Results 1 to 13 of 13

Thread: Lookup using a list box

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #12
    Site Admin
    Jedi Master
    VBAX Guru Jacob Hilderbrand's Avatar
    Joined
    Jun 2004
    Location
    Roseville, CA
    Posts
    3,712
    Location
    Looks good. If you don't want to have a value of 0 when there is no data you can change your formula in H1 to:


    PHP Code:
    =IF(INDEX(D2343,$E$3,0)=0,"No Data",INDEX(D2343,$E$3,0)) 
    Last edited by Aussiebear; 04-29-2023 at 07:23 PM. Reason: Adjusted the code tags

Posting Permissions

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