+ Reply to Thread
Results 1 to 2 of 2

Help with Repetitive calclulation

  1. #1
    Registered User
    Join Date
    12-28-2012
    Location
    Elkhart, IN
    MS-Off Ver
    Excel 2003
    Posts
    7

    Help with Repetitive calclulation

    I have a summary sheet that is based on what the user puts in the first column to populate the rest of the columns.
    so if user puts in 6, the rest of the columns will be populated by data from another portion of the sheet.
    The only way I know how to do this is to put =if(a16=6,$K$2,if(a16=7,$K$3,if(a16=8,$K$4,if(a16=9,$K$5....etc)
    I can copy and paste the chunks but then I have to manually change the a16=**,$K$** where ** are the numbers I am manually entering.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Help with Repetitive calclulation

    Try

    =INDEX($K$2:$K$5,A16-5)

+ 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. Monthwise calclulation
    By vjharry in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-10-2013, 03:00 AM
  2. Repetitive Concatenation
    By gmcconnell in forum Excel General
    Replies: 4
    Last Post: 02-03-2010, 06:24 PM
  3. Time sheet Calclulation from raw data
    By vinaynaran in forum Excel General
    Replies: 1
    Last Post: 07-09-2009, 09:33 AM
  4. Repetitive VBA code
    By HuskerBronco in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-24-2007, 03:10 PM
  5. repetitive
    By Repetitive formula in forum Excel General
    Replies: 2
    Last Post: 06-28-2006, 01:10 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