+ Reply to Thread
Results 1 to 6 of 6

Cost to generate dependent on value from a cell

  1. #1
    Registered User
    Join Date
    01-05-2013
    Location
    san antonio, tx
    MS-Off Ver
    Excel 2007
    Posts
    2

    Cost to generate dependent on value from a cell

    1st time post, need help trying to have excel generate a cost based on a code I select.

    Example I want to pick from column A and instead have cell show value from B.
    So if I pick 11200 I want cell to show $121.00


    A B
    11200 $121.00
    11201 $27.00
    11300 $97.00
    11301 $132.00
    11302 $158.00

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256

    Re: Cost to generate dependent on value from a cell

    Try
    Cell E2:=VLOOKUP(D2,$A$2:$B$10,2,0)
    Cell D2: You selection input
    //Ola
    Mark the problem as Solved under the Yellow bar up Top right, under Thread Tools, when you received a solution.
    It saves time, to skip already solved threads.

  3. #3
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Cost to generate dependent on value from a cell

    if you have your code in cell C1, then in C2 you could use:
    =VLOOKUP($C$1,$A$1:$B$5,2,FALSE)
    format cell C2 as currency, and it should be what you are looking for

    Hope this helps
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  4. #4
    Registered User
    Join Date
    01-05-2013
    Location
    san antonio, tx
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Cost to generate dependent on value from a cell

    Thousands of thanks for all your assistance. Exactly what I was in need of.

  5. #5
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Cost to generate dependent on value from a cell

    You are welcome !

    Please remember to mark the thread as solved if you are satisfied with your solution :
    To mark thread "Solved", go to the top of the thread,click "Thread Tools",click "Mark as Solved"

  6. #6
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Cost to generate dependent on value from a cell

    You are welcome !

    Please remember to mark the thread as solved if you are satisfied with your solution :
    To mark thread "Solved", go to the top of the thread,click "Thread Tools",click "Mark as Solved"

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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