Results 1 to 3 of 3

referencing data from another spreadsheet within same workbook

Threaded View

  1. #1
    Registered User
    Join Date
    02-19-2014
    Location
    Seattle, WA USA
    MS-Off Ver
    Excel 2007
    Posts
    42

    referencing data from another spreadsheet within same workbook

    This is a continuation of a project with many parts. Previous threads provided valuable information. Hoping to get more help.
    Problem: Workbook contains several spreadsheets, each containing data relating to specific equipment. Current arrangement has each spreadsheet with over 3000 lines copied from the Main Page, where all data is entered. Because of the formulas below, many of the cells in Column C of each spreadsheet are blank. Only those cells that match the criteria contain data. Column D on each spreadsheet collects all pertinent data and sorts from largest to least. I want to reduce size of each spreadsheet by eliminating copying all the dates and all the TAPC values from Main Page, and just include only those TAPC values specific to equipment. Many of the formulas were provided through this forum. I tried the following formulas, all without success. Either I got error messages that stated I had too many arguments for the formula, I get an error message that highlights a parenthesis, or I got the largest number for the Year regardless of Source.

    =IF(AND(MATCH("Person*",'Main Page'!N$3:N$5000,0),YEAR('Main Page'!B$3:B$5000)=E$3),LARGE('Main Page'!D$3:D$5000,D11),"")
    This produced the largest value for the specified year without factoring the source.

    =IFERROR(LARGE(IF(YEAR('Main Page'!B$11:B$5000)=E$3,'Main Page'!D$3:D$5000),D11),"")
    This produced a blank. If I replace blank at end of formula with "NO" I get "NO"
    Edited workbook provided.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 04-04-2014, 04:15 PM
  2. Recordset cross referencing spreadsheet data not updating missing values
    By Sc0tt1e in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-20-2013, 08:36 AM
  3. [SOLVED] Trouble copying data from closed workbook into active workbook, referencing help
    By lepperga in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-20-2013, 01:48 PM
  4. Create a Pivot Table referencing the data from another workbook (VBA)
    By kenjiventurina in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-09-2013, 05:24 AM
  5. Referencing data from one workbook to another
    By anginc in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-31-2008, 07:30 PM
  6. [SOLVED] Referencing data from another workbook
    By Jim Burke in Novi in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-20-2006, 11:10 AM
  7. [SOLVED] Data referencing and auto fill across worksheets in one workbook..
    By Corey Helms in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-17-2006, 10:50 AM

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