Hello Stack Overflow Folks. While i'm working on my project, I encountered an excel question.
if you see the chart attached above, the big table at the top is made of basically three information. first column having the value from 4~25 is the number of floors. and the first raw having value of 01~36 is the number of rooms on each floor
and k1, k2, d1, d2 etc are showing room types for each room. for example, room 401 is K4 room and room 502 is K5 room.
What I'm trying to make is generating a table at the bottom showing what rooms are having D1, D1.1, D2.
The final result would be like
D1 - 411,412,413.... D2 - 415,416,417,....
Does anyone know what function could be used for this? I tried Vlookup and Hlookup but it didn't seem like it's working for this task.