Creating a cost/consumer speadsheet

deaula

New Member
Joined
Sep 24, 2015
Messages
7
So, I have been looking to make a spreadsheet to track my costs and profits automatically.
In cells A2-A100 I have my items I am selling in a drop down menu.
In cells B2-B100 I want the cost I pay for the item automatically selected depending on the item selected in the A column.
In cells C2-C100 I want the cost I sell it it automatically selected depending on the item selected in the A column.

Could anyone help me? I have been looking through some excel functions and formula help sites but I cant find anything, and I am not that computer smart... :(
 
Last edited:

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
do you have a table of the Items AND their costs anywhere in the spreadsheet ??
If so where is the table ....Sheet name, Cell range ??
If so you can use a VLOOKUP formula to populate column B
Column C will simply be Column B multiplied by, say 1.25, for 25% markup on the cost
 
Upvote 0
So I found the VLookup formula, but I can't figure it out.... in the first block I choose the left most of my table on sheet 1, on the 2nd row I select the item name column on sheet 2?
 
Upvote 0
In B2 on Sheet1 place this formula
Code:
=VLOOKUP(A2,Sheet2!$A$1:$B$10,2,0)

and drag down as far as required
 
Upvote 0
In B2 on Sheet1 place this formula
Code:
=VLOOKUP(A2,Sheet2!$A$1:$B$10,2,0)

and drag down as far as required

So I just tried that and it is giving me a circular error warning...

Is there a way I can send you my file through email or something? I am at work and cant upload anything except to gmail... =\
 
Upvote 0

Forum statistics

Threads
1,216,046
Messages
6,128,489
Members
449,455
Latest member
jesski

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top