+ Reply to Thread
Results 1 to 3 of 3

How to find empty cell and insert vlookup formula

  1. #1
    Registered User
    Join Date
    05-10-2012
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    1

    Red face How to find empty cell and insert vlookup formula

    Hi

    My excel has two sheets
    1.RAW
    2.MASTER

    My RAW Sheet has the following columns
    Name status
    a Present
    b absent
    c Present
    d Present
    e Present
    f Present
    g absent
    l Present
    m Present
    n Present
    o Present
    p Present
    q Present
    r absent
    s absent
    y Present
    z Present

    And Master sheet has the following columns
    name 3/1/2013 3/2/2013 3/3/2013 3/4/2013 3/5/2013
    a Present Present
    b Present Present
    c Present Present
    d Present Present
    e Present Present
    f Present Present
    g Present Present
    h Present absent
    i Present Present
    j Present Present
    k Present Present
    l Present Present
    m Present Present
    n Present absent
    o Present Present
    p Present Present
    q Present Present
    r Present Present
    s Present Present
    u Present absent
    v Present Present
    w Present Present
    x Present Present
    y Present Present
    z Present Present

    what i have to do is find the empty cell in master sheet for eg in this case 1st row 4th column 1st cell and input vlookup formula to fetch the status of these names into master sheet

    output will be like as given below

    name 3/1/2013 3/2/2013 3/3/2013
    a Present Present Present
    b Present Present absent
    c Present Present Present
    d Present Present Present
    e Present Present Present
    f Present Present Present
    g Present Present absent
    h Present absent #N/A
    i Present Present #N/A
    j Present Present #N/A
    k Present Present #N/A
    l Present Present #N/A
    m Present Present #N/A
    n Present absent #N/A
    o Present Present #N/A
    p Present Present #N/A
    q Present Present #N/A
    r Present Present #N/A
    s Present Present #N/A
    u Present absent #N/A
    v Present Present #N/A
    w Present Present #N/A
    x Present Present #N/A
    y Present Present #N/A
    z Present Present #N/A



    Please Login or Register  to view this content.
    will be great if somebody can help
    Last edited by arlu1201; 03-14-2013 at 07:37 AM. Reason: Corrected code tags.

  2. #2
    Valued Forum Contributor abduljaleel.mca's Avatar
    Join Date
    02-13-2013
    Location
    Chennai, India
    MS-Off Ver
    MS 365 Business
    Posts
    326

    Re: How to find empty cell and insert vlookup formula

    Please send me the example excel sheet.

  3. #3
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: How to find empty cell and insert vlookup formula

    Hi, sathu,

    VBA to insert a Formula that relates on the same data every day?

    Maybe give this code a try but I would recommend to write the values found into the cells instead of formulas:
    Please Login or Register  to view this content.
    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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