+ Reply to Thread
Results 1 to 7 of 7

Automatic data entery

  1. #1
    Registered User
    Join Date
    01-30-2009
    Location
    Calgary
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    6

    Automatic data entery

    Hi, I'm creating a spread sheet with some drop down lists to make it a bit easier (and more fool proof) to fill out a man power cost tracking sheet. In one column I am putting the pa levels using "Data" "valadaition" to crate the drop downs but what I was hoping to do was to have the sheet automaticly fill in the rate for that choosen pay level in a adjacent cell. Is there a way to do this? I'll include a picture if it helps.

    Ex.jpg

  2. #2
    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,939

    Re: Automatic data entery

    it would make it far easier for us to help you i you uploaded a sample workbook, rather than just a picture
    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

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,736

    Re: Automatic data entery

    You would normally use VLOOKUP to do this. Set up a table somewhere which has your levels in one column and the appropriate rates in the column next to it on the right (you probably already have the levels listed somewhere to supply your data validation, so just use the column next to this - assume it is in columns L and M). Then you can use the formula:

    =VLOOKUP(A2,$L:$M,2,0)

    where I have assumed A2 contains the data validation cell, as it is not clear from your picture (a workbook is more useful as an attachment).

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    12-28-2011
    Location
    Here
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Automatic data entery

    So if your data validation list is in A1 then:

    =if($A$1="Level I",400.00,if($A$1="Level II",300.00,if($A$1="Level III",200.00)))

    And so forth and so forth.

  5. #5
    Registered User
    Join Date
    01-30-2009
    Location
    Calgary
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    6

    Re: Automatic data entery

    Quote Originally Posted by FDibbins View Post
    it would make it far easier for us to help you i you uploaded a sample workbook, rather than just a picture
    Oh, sorry about that. I'll atach an example of what I'm working on here.

    I'll give some of the suggestions a try and see if I can get it set up properly.

    Example.xls

  6. #6
    Registered User
    Join Date
    12-28-2011
    Location
    Here
    MS-Off Ver
    Excel 2007
    Posts
    43

    Re: Automatic data entery

    There you go, nice and simple.
    Attached Files Attached Files

  7. #7
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Automatic data entery

    pl see attached file.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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