LuffyGozaru
New Member
- Joined
- Oct 8, 2021
- Messages
- 3
- Office Version
- 2016
- Platform
- Windows
Good afternoon,
This is my first post on this forum so i'm curious if you guys can help me!
After searching alot on the internet and multiple forums i seem to get close to the answer i need but it just doesnt seem to fit to my situation.
I work at an Architecture Office where we want to substract quantities out of a model. Each of these quantities and values are supposed to be put on the right place in the 'Ruimteboek' or 'Zonebook' sheets.
In the added 'Formules sheet' image you see all the values i can substract from the Model. In each row you see a different wall(finish) which is located in a certain Zone.
The main problem is that i want fill in the Codes that are located in the different Zones. So in this example i want a formula in Cell C11 of the 'Ruimteboek Sheet' that returns me the different Codes (Column D of 'Formules sheet') that are located in the linked Zone (Column B of 'Formules sheet').
So for Zone No. 0.52 i want to fill in vertically 1a and 4a.
I've found some formulas that get pretty close to what i want, for example (i've filled in everything as i would in my excel sheet):
Source: excel index match return unique value (no duplication) top 3 list
This is just an example and i've seen different methods that kind of do the same thing, but in the end i always get the 1st answer correct for every zone but the the second value is:
- either a duplicate (so it doesnt skip the wallfinishes with the same code in the same zone)
- or it results in an Error or 0.
I would be very delighted if i could get some help, and if possible a small explanation of the formula (if there is one) since i'd like to understand the solution ^^.
Also if this works i'd also like to calculate the sum of the area values in Column H for each wallfinish code in each zone. If the excel guru's of Mrexcel have a solution for this too i am more then pleased^^
Thank you in advance.
This is my first post on this forum so i'm curious if you guys can help me!
After searching alot on the internet and multiple forums i seem to get close to the answer i need but it just doesnt seem to fit to my situation.
I work at an Architecture Office where we want to substract quantities out of a model. Each of these quantities and values are supposed to be put on the right place in the 'Ruimteboek' or 'Zonebook' sheets.
In the added 'Formules sheet' image you see all the values i can substract from the Model. In each row you see a different wall(finish) which is located in a certain Zone.
The main problem is that i want fill in the Codes that are located in the different Zones. So in this example i want a formula in Cell C11 of the 'Ruimteboek Sheet' that returns me the different Codes (Column D of 'Formules sheet') that are located in the linked Zone (Column B of 'Formules sheet').
So for Zone No. 0.52 i want to fill in vertically 1a and 4a.
I've found some formulas that get pretty close to what i want, for example (i've filled in everything as i would in my excel sheet):
Excel Formula:
=IF(ISERROR(INDEX(Formules!B4:D10000,SMALL(IF(Formules!B4:B10000=Ruimteboek!C5,ROW(Formules!B4:B10000)),ROW(1:1)),3)),"",INDEX(Formules!B4:D10000,SMALL(IF(Formules!B4:B10000=Ruimteboek!C5,ROW(Formules!B4:B10000)),ROW(1:1)),3))
This is just an example and i've seen different methods that kind of do the same thing, but in the end i always get the 1st answer correct for every zone but the the second value is:
- either a duplicate (so it doesnt skip the wallfinishes with the same code in the same zone)
- or it results in an Error or 0.
I would be very delighted if i could get some help, and if possible a small explanation of the formula (if there is one) since i'd like to understand the solution ^^.
Also if this works i'd also like to calculate the sum of the area values in Column H for each wallfinish code in each zone. If the excel guru's of Mrexcel have a solution for this too i am more then pleased^^
Thank you in advance.