+ Reply to Thread
Results 1 to 7 of 7

Entering a specific number to effect the number section on another page..

  1. #1
    Registered User
    Join Date
    01-08-2014
    Location
    Ontario
    MS-Off Ver
    Excel 2003
    Posts
    5

    Entering a specific number to effect the number section on another page..

    I am working on a concrete pour summary, I would like to have the specific codes on each tab be affected from one summary page. So when I enter a certain number on sheet 1 , it will affect that same number section that is on a different sheet. It will be adding a certain amount to that code section every time its entered. What functions need to be used to make this work..?

    I hope I explained this well enough.. Any help will be appreciated.

    Thanks

  2. #2
    Valued Forum Contributor
    Join Date
    12-25-2013
    Location
    Singapore
    MS-Off Ver
    Excel 2016
    Posts
    506

    Re: Entering a specific number to effect the number section on another page..

    Hi, could you try upload a sample spreadsheet with expected result and description?



    _______________________________________________________________________________________________________________________________
    1. Click on the * Add Reputation if you think someone helped you
    2. Mark your thread as SOLVED when question is resolved

    Alvin

  3. #3
    Registered User
    Join Date
    01-08-2014
    Location
    Ontario
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Entering a specific number to effect the number section on another page..

    Attachment 288736
    Hope this helps

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Entering a specific number to effect the number section on another page..

    Use SUMPRODUCT
    For example in Building 1 E5
    =SUMPRODUCT(Summary!$J$3:$J$12,--(Summary!$E$3:$E$12=C5),--(Summary!$I$3:$I$12=B5)) copied down
    See attached
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Entering a specific number to effect the number section on another page..

    Hi and welcome to the forum

    Is this what you are looking for? In Building1 E5, copied down...
    =IFERROR(INDEX(Summary!$H:$H,MATCH($B5*1,Summary!$I:$I,0)),"Not Found")

    If you structure your other tables to start in the same cell each time (Building1 starts in B4, but Building2 starts in C5), then you can just copy that to all sheets
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Registered User
    Join Date
    01-08-2014
    Location
    Ontario
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Entering a specific number to effect the number section on another page..

    Attachment 289593

    Second Example

  7. #7
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Entering a specific number to effect the number section on another page..

    Hi KaylaMarie,

    Two of your three tabs had a trailing space so watch for that, in the meantime you could try this: Kayla.xlsm
    If I've helped you, please consider adding to my reputation - just click on the liitle star at the left.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(Pride has no aftertaste.)

    You can't do one thing. XLAdept

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~aka Orrin

+ 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. Replies: 3
    Last Post: 01-09-2014, 05:28 PM
  2. Divide a number within a cell in a specific section?
    By Kapcha in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-30-2012, 03:16 PM
  3. [SOLVED] To find any 4 digit number and return the same number with desired formating effect.
    By neo4u44 in forum Word Programming / VBA / Macros
    Replies: 3
    Last Post: 04-24-2012, 12:45 AM
  4. Default number entering has messed up entering a number
    By BaltasarGracian in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 04-10-2012, 05:58 AM
  5. Format page number in excel footer to start at a specific page #
    By straitctrydncr in forum Excel General
    Replies: 3
    Last Post: 04-11-2006, 08:00 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