Substract / add ONLY after checking several colums if its the same

Ignore

New Member
Joined
Jul 4, 2013
Messages
46
I'm currently making an excel file for someone. But I'm quite stuck.
Here's the problem.

SizeQualityorder supplierorder customerStock
5X5High20015050
5X5High505050
6X9Low1002575
5X5High0500

<tbody>
</tbody>

I can't find the formula for stock. It MUST check size and quality before being able to substract / add. The column Stock must know wh ere to substract. Only if quality and size is the same.
 
I tested it out. It works great, only if I add new rows, the cell says: doesn't correspondent to the column formula.
So it doesn't update automatically
 
Upvote 0

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Managed to let it work :D Thanks ;)
Now I added some a tabel and some colors. Red color is negative. I want to order them by colors red for example.
The red cells won't come up :(
 
Upvote 0
Hi,

formulas are reading the progression of your data: relative references in the formulas do the trick.

You cannot sort the formula results without changing the results (hope it makes sense).

Maybe filters and conditional formats could help your analysis

Regards
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,391
Messages
6,124,678
Members
449,179
Latest member
fcarfagna

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