Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default auto populating a cell based on another cell for an invoice

I need to auto populate a cell for an invoice based on another cell that is
populated from a list.

Example- B@ = a list consisting of the following Car, Truck, Plane, Ship
A car costs $10, a truck $20, a Plane $30 and a Ship $40. A is the number
of items described in B.

When I pick Car from the dropdown list to populate B2 I want C2 to populate
with $10 so that it can be multiplied by the number of items from A2 to give
me a total dollar amount in D2.

I appreciate any assistance you can give.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 85
Default auto populating a cell based on another cell for an invoice

You need your data in a range of cells eg in column F you have Car, Truck
etc and the corresponding costs in column G.
Then in C2 you have =VLOOKUP(B2,F1:G5,2,FALSE)

Change the ranges to suit.

Ian

"Chrisinct" wrote in message
...
I need to auto populate a cell for an invoice based on another cell that is
populated from a list.

Example- B@ = a list consisting of the following Car, Truck, Plane, Ship
A car costs $10, a truck $20, a Plane $30 and a Ship $40. A is the number
of items described in B.

When I pick Car from the dropdown list to populate B2 I want C2 to
populate
with $10 so that it can be multiplied by the number of items from A2 to
give
me a total dollar amount in D2.

I appreciate any assistance you can give.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default auto populating a cell based on another cell for an invoice

Thanks Ian that answers it.

"Ian" wrote:

You need your data in a range of cells eg in column F you have Car, Truck
etc and the corresponding costs in column G.
Then in C2 you have =VLOOKUP(B2,F1:G5,2,FALSE)

Change the ranges to suit.

Ian

"Chrisinct" wrote in message
...
I need to auto populate a cell for an invoice based on another cell that is
populated from a list.

Example- B@ = a list consisting of the following Car, Truck, Plane, Ship
A car costs $10, a truck $20, a Plane $30 and a Ship $40. A is the number
of items described in B.

When I pick Car from the dropdown list to populate B2 I want C2 to
populate
with $10 so that it can be multiplied by the number of items from A2 to
give
me a total dollar amount in D2.

I appreciate any assistance you can give.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default auto populating a cell based on another cell for an invoice

In C2 enter

=LOOKUP(B2,{"Car","Plane","Ship","Truck"},{10,30,4 0,20})


Gord Dibben MS Excel MVP

On Thu, 8 Nov 2007 08:51:01 -0800, Chrisinct
wrote:

I need to auto populate a cell for an invoice based on another cell that is
populated from a list.

Example- B@ = a list consisting of the following Car, Truck, Plane, Ship
A car costs $10, a truck $20, a Plane $30 and a Ship $40. A is the number
of items described in B.

When I pick Car from the dropdown list to populate B2 I want C2 to populate
with $10 so that it can be multiplied by the number of items from A2 to give
me a total dollar amount in D2.

I appreciate any assistance you can give.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
populating a cell based on another range of cells in excel Chris O'Neill Excel Discussion (Misc queries) 2 July 16th 07 10:20 PM
auto populate cell based on previous cell drop down list selectio. PuzzledbyLists Excel Discussion (Misc queries) 2 September 11th 06 01:28 AM
Populating Last Saved Date in Cell AND also update that same cell in Header o0o_Bigs_o0o Excel Discussion (Misc queries) 2 July 4th 06 12:56 PM
extracting comma seperated from a single cell and auto populating in selected cells o guyvanzyl Excel Discussion (Misc queries) 6 July 3rd 06 03:19 PM
Auto-fill cell based on adjacent cell information.. sans Excel Worksheet Functions 1 October 17th 05 11:38 PM


All times are GMT +1. The time now is 06:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"