ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   auto populating a cell based on another cell for an invoice (https://www.excelbanter.com/excel-discussion-misc-queries/165279-auto-populating-cell-based-another-cell-invoice.html)

Chrisinct

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.

Ian[_4_]

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.




Chrisinct

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.





Gord Dibben

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.




All times are GMT +1. The time now is 05:30 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com