Cash register spreadsheet

tsameti

New Member
Joined
Aug 4, 2016
Messages
19
Untitled.png


First of all apologize if this is not the right place to ask for this sort of help.
Can anyone help creating this simple spreadsheet.
I have created one myself but I can make it work just the way I want it.
In the end I had to simplify it to the point where I enter almost all data except for calculation and even that stops if the item number is higher than 2.


=IF(B35=1,B35*27.5,IF(B35=2,B35*27.5))
This is as far as I went and I cant make graphics work either, as for now I simply change color on Item QTY manualy to know what was sold.
 
in G1 to G3 put green, red yellow
in H1 to H3 put 75,34,22
highlight G1:H3
insert,name,mytable
in A1 put red
in a2 put =vlookup(a1,mytable 2)
you should see 34

report success and I will guide you through more steps to develop what you want

MODERATORS - can I send the OP a kind of blueprint spreadsheet please ?

image.jpg


When I press right button theres nothing like INSERT>NAME>MYTABLE.
I can only do this from the top menu INSERT>TABLE>CREATE TABLE>WHERE IS DATA FOR YOUR TABLE>OK>RENAME TABLE

In the end error comes up, I tried removing 2 in the end of the formula but still an error.
 
Upvote 0

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
good morning, Ali !

ooops It was me who missed out the comma

tsameti - why dropdowns on the table ?
 
Last edited:
Upvote 0
good morning, Ali !

ooops It was me who missed out the comma

tsameti - why dropdowns on the table ?



Hooray!
We did it. It worked and I got 34.

I only know one way to create TABLE.
INSERT>TABLE
It creates drop downs automatically. Tried to google how to remove drop down in the table but couldn't do it.

I found this drop down list, which I think is a good idea however you need to use mouse to select the item.
image.png
 
Upvote 0
ok now insert name mytable delete to temporarily lose references to table

now highlight the table as before but down to row 10

insert name define mytable

now add pen and pencil on rows 4 and 5 with a price

now put pencil in the "lookup" cell

what do you get ?
 
Upvote 0
ok now insert name mytable delete to temporarily lose references to table

now highlight the table as before but down to row 10

insert name define mytable

now add pen and pencil on rows 4 and 5 with a price

now put pencil in the "lookup" cell

what do you get ?


image.jpg



I couldn't rename to mytable so I left it table11.
Where do I put pencil lookup? In which cell?
 
Upvote 0
in E3 with 2 at end of look up
in F3 with 3 at wnd of lookup


=VLOOKUP(C3,Table11,2)
=VLOOKUP(C3,Table11,3)
=D3*E3-F3*D3


itemhow manysale pricecost priceprofit
pen2
pencil10.350.10.25
ruler20.750.30.9
pen22.251.12.3
pencil10.350.10.25
string30.990.351.92

<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>

itemhow manysale pricecost priceprofit
pen2
pencil10.350.10.25
ruler20.750.30.9
pen22.251.12.3
pencil10.350.10.25
string30.990.351.92

<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>


I think it works, however every time I change price in the table it changes prices of old calculations. I believe there's other way than just creating a new table every time I need to adjust cost price and selling price.
 
Upvote 0

Forum statistics

Threads
1,221,455
Messages
6,159,949
Members
451,606
Latest member
ephemeruh

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