+ Reply to Thread
Results 1 to 3 of 3

Combined IF Functions and VLOOKUPS referencing different tabs

Hybrid View

  1. #1
    Registered User
    Join Date
    02-06-2013
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    34

    Combined IF Functions and VLOOKUPS referencing different tabs

    Hi Excelers,

    Total Remuneration TEMPLATE.xlsx

    On the Template tab I am trying to bring through the amount in column I of the ALW Data Dump tab but only if the staff member in template and the staff member in ALW Data Dump match along with the code in the ALW Data Dump tab in column H being "CALL", otherwise I want it to just bring through 0.

    I only want this column to bring through amounts coded to CALL for the specific employees, the list is likely to change so cannot be hard coded.

    Any help would be amazing.

    Thanks :

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Combined IF Functions and VLOOKUPS referencing different tabs

    In AX3 Cell of Template sheet


    =SUMIFS(Table2[[#All],[Amount]],Table2[[#All],[Staff Member]],[@[Staff Member]],Table2[[#All],[Code]],"Call")


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,379

    Re: Combined IF Functions and VLOOKUPS referencing different tabs

    Try this in AX3:

    =IFERROR(IF(VLOOKUP([@[Staff Member]],'ALW Data Dump'!A$2:J$195,8,FALSE)="CALL",VLOOKUP([@[Staff Member]],'ALW Data Dump'!A$2:J$195,9,FALSE),0),"")
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ 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. Combined IF and LOOKUP functions - Help please!
    By DaithiMacGiolla in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 06-13-2014, 11:20 AM
  2. [SOLVED] Data Validation Lists combined with VLookups
    By SKirkaldy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-28-2013, 06:08 AM
  3. SUMIF and VLOOKUPS Combined May be the Answer?
    By RachV in forum Excel General
    Replies: 1
    Last Post: 02-07-2012, 12:54 PM
  4. Using indirect worksheet functions and vlookups
    By AnthonyWB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-19-2010, 04:35 PM
  5. Can the IF and VLOOKUP functions be combined?
    By WG1 in forum Excel General
    Replies: 3
    Last Post: 08-29-2009, 06:58 AM
  6. Combined Functions
    By fncuis in forum Excel General
    Replies: 4
    Last Post: 08-22-2005, 07:16 PM
  7. nesting if's/vlookups in complex functions
    By wizhat in forum Excel General
    Replies: 2
    Last Post: 01-12-2005, 09:32 AM

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