CLReynolds
New Member
- Joined
- Aug 12, 2016
- Messages
- 4
Hi everyone,
I'm hoping I am not repeating a previous question (I did try to check). I am trying to collate data from multiple sheets based on the minimum interval with a key identifying field. I think this is best demonstrated with the example below:
I'm hoping I am not repeating a previous question (I did try to check). I am trying to collate data from multiple sheets based on the minimum interval with a key identifying field. I think this is best demonstrated with the example below:
sheet 1 ID | attribute 1 | attribute 1 from | attribute 1 to | |||||||
1 | A | 0 | 10 | |||||||
2 | B | 0 | 10 | ID | From | To | attribute 1 | attribute 2 | ||
collated with | produces > | 1 | 0 | 5 | A | C |