Hi,
I am still working on this ordersystem and have a couple of questions in this regard.
1. First of all my Excell seems to have shifted language all of a sudden. All the excel commands are now in danish which is very annoying, when you have gotten familiar with the english names. Is there any way to change this within excel?
2. I have a cell in my spreadsheet with this command in it:
I cant remember the name of the english version, but what it basicly does is count the cells with value in them in a range. I use this to display the total amount of orders. The problem is, that when a new order is inserted into row 32, TÆLV is changed to this:
which evidently displays the same number of orders, even though a new one has just been typed in. Is there any way to make TÆLV allways count from row 32 regardless of how many new rows are inserted or do I have to make a macro to do this?
I am still working on this ordersystem and have a couple of questions in this regard.
1. First of all my Excell seems to have shifted language all of a sudden. All the excel commands are now in danish which is very annoying, when you have gotten familiar with the english names. Is there any way to change this within excel?
2. I have a cell in my spreadsheet with this command in it:
Code:
=TÆLV($B$32:$B$64938)
Code:
=TÆLV($B$33:$B$64939)