A
A
Andrew2016-07-11 18:57:30
excel
Andrew, 2016-07-11 18:57:30

How to make column dependencies in exel and use it in formulas?

There is a task to make automatic calculation of the cost price. There are some parameters: price, type of paper (matte, gloss), density (from 90 to 340), size.
How can I set the dependencies in the table?
17545e6f3a8d4c58a4ca338f132f492a.png
So, for example, when choosing "Paper type: gloss or mat", the corresponding column "Density" was loaded, and when choosing the "Density" value, a value equal to the sum of this density was loaded.
674da8c4b30d4a6bb4b66acad347234c.png
"Paper type", "Density" - drop-down list.
Table file

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
ManSuper, 2016-07-12
@ManSuper

You need to add a last column with an if condition.
For example:
A1 - drop-down list type of paper (gloss, matte)
In column F, there will be a formula like If (A1="gloss", FORMULA which should be subject to gloss, FORMULA if not gloss).
If you have only two values ​​in the drop-down list, then the formula will look like this, if there are more, then instead of the last formula, if not gloss, you should enter one more IF function. it will look something like this, If(A1="glossy", FORMULA which should be glossy,IF(A1="matt", FORMULA which should be matt,FORMULA if not glossy and not matte).
if still if you need help, you can write to the mail (in the profile), I will help write the function.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question