+ Reply to Thread
Results 1 to 5 of 5

IF statement that looks at 3 different tabs for information

  1. #1
    Registered User
    Join Date
    03-11-2014
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    40

    IF statement that looks at 3 different tabs for information

    Hello,

    I have attached the copy of the spreadsheet I am working on. I have removed all the other formulas that I have in it already.

    What I am trying to do is an IF statement that would do a vlookup on different tabs.

    The tab called "South" has column C (HP Tap).
    In column E is where I want the IF statement to go.
    I want the IF statement to look at the tabs "South Integrated Systems", "South Isolated Systems MODELLED" and South Isol Systems NOT MODELLED" base on the tap number (in the South tab) and show me the 2019 numbers in the tabs mentioned above.

    For example the first HP tap in the South tab is 16999. It has a 2019 number in the South Isol Systems NOT MODELLED tab. I can do a vlookup but that ended up with three different columns.

    I've tried to google this and haven't found anything that would work.

    Please help!

    Thank you!
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: IF statement that looks at 3 different tabs for information

    Please Login or Register  to view this content.
    and copy down
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Forum Expert
    Join Date
    09-11-2014
    Location
    Washington, DC
    MS-Off Ver
    2016
    Posts
    1,907

    Re: IF statement that looks at 3 different tabs for information

    Entered into E2 and dragged down:

    Please Login or Register  to view this content.
    Spread the love, add to the Rep

    "None of us are as smart as all of us."

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: IF statement that looks at 3 different tabs for information

    Try this

    in E2
    =IFERROR(VLOOKUP(C2,'South Integrated Systems'!A2:B928,2,0),IFERROR(VLOOKUP(C2,'South Isolated Systems MODELLED'!A2:B928,2,0),IFERROR(VLOOKUP(C2,'South Isol Systems NOT MODELLED'!A2:B928,2,0),"")))

    and copy down

    Your lookup tables are in a bit of a mess.
    Note also the return value for 16999 is displayed as 4789.5 but the value is actually 4789.4652
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  5. #5
    Registered User
    Join Date
    03-11-2014
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    40

    Re: IF statement that looks at 3 different tabs for information

    Thank you!
    I thought I had to have something in between each of the vlookups so i kept on getting the too many error message.

+ 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. How Do I split a file into several Tabs, acording to information on other tabs?
    By Edinson in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-12-2013, 05:17 AM
  2. Replies: 2
    Last Post: 08-02-2013, 06:47 AM
  3. Pull information into separate tabs
    By kmlloyd in forum Excel General
    Replies: 9
    Last Post: 09-27-2010, 10:56 AM
  4. Populating information in a series of Tabs
    By jockularfiasco in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-29-2007, 10:56 PM
  5. Combining information from multiple tabs
    By [email protected] in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 07-19-2006, 02:20 PM

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