+ Reply to Thread
Results 1 to 8 of 8

How to make a pay - roll set of fnctns, all to import a number from a common cell ?

  1. #1
    Registered User
    Join Date
    02-07-2014
    Location
    ATHENS - GREECE
    MS-Off Ver
    Excel 2003
    Posts
    4

    How to make a pay - roll set of fnctns, all to import a number from a common cell ?

    Hello everybody from Greece !
    I have the following question which appears in several every day applications.
    To make a spread sheed (pay - roll type) for N persons, you form the data manipulation function for the 1st person and then you copy - paste it down the list N times.
    However often, all N functions may have to import a datum from the same cell ! I.e. a single common cell. So, if you apply copy paste, the 2nd, 3rd etc. function will try to import data from the next cells below the specific cell which are empty !!
    How can we indicate to excel , in copy -paste, that a particular datum will be entered from a single common cell ??
    Thank you for your assistance !

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How to make a pay - roll set of fnctns, all to import a number from a common cell ?

    Welcome to the forum.(Καλημέρα Ελλάδα!!)


    Be sure that best way to describe your problem is to upload a sample workbook.

    Be sure that all sensitive data removed, showing what data you are working with, a few examples of what your expected outcome is, and how you arrived at that.

    To attach a small sample workbook.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    02-07-2014
    Location
    ATHENS - GREECE
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: How to make a pay - roll set of fnctns, all to import a number from a common cell ?

    [QUOTE=Fotis1991;3576091]Welcome to the forum.(Καλημέρα Ελλάδα!!)


    Dear Fotis hello !
    I am glad for your prompt response !
    I wrote a sample program to illustrate my question.
    There is a column with N = 5 entries in a pay -roll. In the simple formula that calculates the pay for each person (A1 to A5) the last term is an added value of 100, common to all. In the next pay roll, next month, only this value has to change.
    So, I will have to go through the last column N - times to change it by hand ! Imagine if N = 100 or more !
    Is there a better way all N functions to take this value from a specified cell common for all ??
    I'm I clear now ??
    Good day (Καλή σου μέρα) !
    Attached Files Attached Files

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How to make a pay - roll set of fnctns, all to import a number from a common cell ?

    Hoping that i got correctly your query, let's try this.

    Put in a cell-let's say F1- your value. Let's say 100

    Then in E7 and copy down use this.

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    02-07-2014
    Location
    ATHENS - GREECE
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: How to make a pay - roll set of fnctns, all to import a number from a common cell ?

    Quote Originally Posted by Fotis1991 View Post
    Hoping that i got correctly your query, let's try this.

    in aPut cell-let's say F1- your value. Let's say 100

    Then in E7 and copy down use this.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Great idea Fotis !
    Are you an Excel Wizard ?? A gave you a Reputation star !
    It worked straight away ! Can you explain briefly to me what is the particular type of IF fnctn that you are implementing so that I can adapt it according to the actual case ??
    And something more :
    If this common value is not just a summand as in this simplified example but e.g a divisor INSIDE a longer formula,
    will I need a different type of command ??

  6. #6
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How to make a pay - roll set of fnctns, all to import a number from a common cell ?

    You are welcome. Thanks for your good words and rep!

    The IF formula in simple words says: "If there is not a name in column B, then leave the cell blank, or else.."your formula".

    ..If this common value is not just a summand as in this simplified example but e.g a divisor INSIDE a longer formula,
    will I need a different type of command ??
    Not sure what you mean here. Can you pls provide an example?

  7. #7
    Registered User
    Join Date
    02-07-2014
    Location
    ATHENS - GREECE
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: How to make a pay - roll set of fnctns, all to import a number from a common cell ?

    Fotis,

    I rewrote the first command using the magic cell name: $F$1 that you suggested and it worked without
    having to use the IF statement !! So I will have this in mind from now on ! (I call it pin-down command) What is
    the name of $F$x command ? Where can I read more about it ??

    All credits to you !!!

  8. #8
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: How to make a pay - roll set of fnctns, all to import a number from a common cell ?

    See how to use cell reference in Excel!

    http://office.microsoft.com/en-us/tr...spx?section=13

    You are welcome and thanks for the feed back.

    As that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED,as per Forum Rule #9. Thank you.

+ 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: 07-23-2013, 07:20 PM
  2. UserForm Assign Roll Number to Different Classes
    By z-eighty2 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-10-2013, 10:00 PM
  3. Can you make the data roll with the date??
    By ed2339 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-30-2013, 12:46 PM
  4. Replies: 5
    Last Post: 08-29-2009, 10:14 PM
  5. Replies: 0
    Last Post: 02-01-2006, 09:10 PM

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