Excel table: combine item number and price list, or only item number?

Hi everyone, I have an Excel spreadsheet with products that lists the item number and price. Now I have a second Excel spreadsheet with only item numbers (in a completely different order than the item numbers in the other document) into which I need to enter the prices. Is there a way to enter a…

Sumif for function over range, does that exist?

I have the date in column (e.g., sorted in ascending order), the expense in column B, and I want the sum of all expenses from the same year in column C. For example, if I had determined the year from column A in column D (e.g., d384=year(a384)), I would write sumif(d$2:d384;d384;b$2:b384). I would like to…

Why don't IT people (developers) like Excel (Excel is not a database)?

Hello, Why do many IT people (software developers, etc.) dislike Excel (and say things like Excel is not a database)? What's the problem with that? The tool has a low barrier to entry, and for many of the tasks there isn't always a simple replacement tool. Sometimes you have to learn something new, or even…

How do I calculate my grade point average in Excel?

I would like to create an Excel document for my school grades, as shown in the diagram above. The first row in the first column should contain the assignment grade for German, for example. Assignments are graded twice. The second row in the first column should contain the single-grade grades, such as short-term assignment grades,…

How do I create an Excel dropdown list where I can select multiple fields?

Hi, I want to create a dropdown list in Excel where you can select several options from a selection list. The following example scenario: A list is given for managing employees on different projects. One column of the Excel spreadsheet lists the projects. In the second column, I want to have a dropdown list where…

Excel mode?

Hello, I programmed a user mode and a developer mode according to the following video: https://www.youtube.com/watch?v=QplgVS_ljbI Once I start my user mode, I can exit it with ESC. How can I ensure that I can't exit the view as a normal user? I've created a mask as a login window that allows me to log…