I have two sheets. The first is the detail:
The area could repeat multiple times throughout the process.
The second sheet shows a summary:
To bring the summary in I'm using this:
=IFERROR(INDEX({Area}, SMALL({Area Index#}, Index@row)), "")
Two things are happening:
1.) It is bringing up an area twice if it appears a second time. The Area Index # is my 'helper' column" that is giving me a new index number if the area changes. I'm not sure how to exclude it from listing twice.
2.) If I add a line after like the DICH, it is not pulling it into totals.
Any assistance is appreciated.