Autopopulate cells based on other cells

MMarius

Board Regular
Joined
Sep 15, 2015
Messages
60
Hello,

Dropdown cars: car1, car2, car3, car4, car5.... (selected car1)

A.)
Car 1
Test2
4.000
Car 1
Test3
8.000
Car 2...
Car 3...
Etc
Etc

<tbody>
</tbody>



B.)
A
B
C
D
E
Test1
100.000
97000
167.000
Formula: B1+C1-D1 => 30.000
Test2
200.000
99.000
295.000
Formula: b2+c2-d2 => 4.000
Test3
200.000
90.000
282.000
Formula: b3+c3-d3 => 8.000

<tbody>
</tbody>



What I want:

Table A.) to be populated automatically based on the values from table B (is in the same sheet).

So when from "E" (table B.) the result is below 10.000 to be populated automatically in table A.) with the following criteria:

- Car from dropdown
- "A"
- "E"


This has to be checked on every dropdown car and complete it automatically. After the number reaches above "10.000", from table A.) to be removed and only keep it in Table B.)
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
I don't think there is any easy solution to that one. Excel is not very fond of the "automatic remove" stuff. Those items require some kind of trigger. I guess the best ones can manage something with functions, but I don't know that bit (but still think the answer is 'no')

One option is to write a vba code that does the job. Not sure what else.

You type new values in table A for each test? and that could go back to B? or is all typing done in B and A is only used as an overview?
When you choose a car in A, how does it know what to Test to show. Is the car info part of table B in anyway?
 
Upvote 0

Forum statistics

Threads
1,214,516
Messages
6,119,981
Members
448,934
Latest member
audette89

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