+ Reply to Thread
Results 1 to 3 of 3

If or Vlookup Formula

  1. #1
    Registered User
    Join Date
    05-11-2017
    Location
    Hamilton
    MS-Off Ver
    2016
    Posts
    12

    If or Vlookup Formula

    I have no idea if what I want is possible. For the attached workbook I want to enter a formula in Cell K13. What I need it to do is search M7:AQ20 for the Values in Cell B27 and B30, and if they find it put the date of the column. So for K13 I want it to return the Value of Cell AF6.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: If or Vlookup Formula

    For some reason, after N6 and cells to the right, your dates switch to 1900. Also, don't leave gaps between months. this is an excel nightmare. That has been fixed up to the end of March.

    Fix that and use this in K7, copied down:

    =IFERROR(INDEX($M$6:$NW$6,MATCH("*P*",$M7:$NW7,0)),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: If or Vlookup Formula

    You might want to consider a redesign of this spreadsheet. I know it seems easy to enter data in a huge matrix like this, but working with that data and doing analysis on it is difficult. Keep the part that looks like the picture. But you may want to consider normalizing the rest of the data. (See attachment).

    In this case:

    Date | Employee Number | Type | Hours

    In a normalized format, the data can easily be manipulated by a pivot table or with formulas. The big matrix data is nearly impossible to work with.

    Just a thought.
    Attached Images Attached Images
    Attached Files Attached Files
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] VLOOKUP formula or VLOOKUP worksheet.function
    By Crispy85 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-09-2017, 09:40 AM
  2. Replies: 5
    Last Post: 12-07-2016, 09:18 AM
  3. VBA external VLOOKUP instead of VLOOKUP-formula in cell
    By ExcelBonk in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-07-2016, 02:41 PM
  4. [SOLVED] Vlookup with column name instead of col_index_name(3rd Section of Vlookup formula)
    By akulka58 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-21-2014, 10:42 AM
  5. [SOLVED] VBA code for change vlookup formula to vlookup formula with ISNA
    By erprasannaa in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-12-2013, 03:33 AM
  6. Vlookup referencing a vlookup formula
    By laurenann in forum Excel General
    Replies: 1
    Last Post: 01-24-2011, 05:52 PM
  7. vlookup-reate a vlookup formula?
    By Pam C in forum Excel General
    Replies: 1
    Last Post: 03-16-2006, 12:15 PM

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