Iknewthisguy
Active Member
- Joined
- Jan 22, 2009
- Messages
- 274
Good afternoon,
I have a destination starting in A1:B7 that looks like this (this is just sample data):
Then I have data that looks like this (that occupies D1:G7)
The second set of data is populated via a query and therefore I need to sort it dynamically. Not only is a potential problem (as sometimes Woodbridge will have a 2x2b populated and sometimes it won't even have a line representing where data is supposed to be) but I also need caccount for the fact that the names of the floorplans (i.e. 1x1a, 2x2b,etc...) are repeated. Ideally I'd have some sort of lookup that find Woodbridge, then find the 1x1a that occurs before Valentia is populated within that same column as Woodbridge.
My ultimate goal is to retrieve the data in the two columns located in F & G.
I realize this is complicated and I don't know that I was able to explain the problem very well, but would greatly appreciate any help that can be provided.
Thanks.
Chris
I have a destination starting in A1:B7 that looks like this (this is just sample data):
Code:
Valentia
1x1a
1x1b
2x2a
2x2b
3x2a
3x2b
Then I have data that looks like this (that occupies D1:G7)
Code:
Woodbridge
1x1a 850 1267
2x2b 1025 1650
Valentia
1x1b 735 1300
2x2b 1100 1675
3x2b 1300 1850
The second set of data is populated via a query and therefore I need to sort it dynamically. Not only is a potential problem (as sometimes Woodbridge will have a 2x2b populated and sometimes it won't even have a line representing where data is supposed to be) but I also need caccount for the fact that the names of the floorplans (i.e. 1x1a, 2x2b,etc...) are repeated. Ideally I'd have some sort of lookup that find Woodbridge, then find the 1x1a that occurs before Valentia is populated within that same column as Woodbridge.
My ultimate goal is to retrieve the data in the two columns located in F & G.
I realize this is complicated and I don't know that I was able to explain the problem very well, but would greatly appreciate any help that can be provided.
Thanks.
Chris