rjacmuto32
Member
I learned a lot from your dashboard stuff and have been using the hyperlink chart with some adapations. It is awesome.
I have a question about enhacing my dashboard. I'm stuck trying to figure out a good forula to do this without VBA. Is this possible what i'm trying to do, or even if my data is laid out bad, what is a better way. I copied and paste these cells from cels and put the letter and numbers in row A and 1. You can copy the stuff below into your excel workbook and it will appear correct in the cells.
My Data set is from G3 to J7. I'll use a small sample as an example. Rows 3 and 4 above that set has some headings.
All my charts in my board will feed off cells B7-D10. My issue I'm stuff with is what is a good way to populate my data in those cells based on waht I put in cell C6. In this example is says Facilties, so I would want to search my data set and return the 100 and 200 numbers into cells C8-D10. if I change c6 to say Building Services it shuold reutrn the 300 and 400 data.
Is there a good formula to use, like a HLookup or maybe an Index Match to get my data from the left to the right?
Thanks,
--Robert
[pre]
[/pre]
I have a question about enhacing my dashboard. I'm stuck trying to figure out a good forula to do this without VBA. Is this possible what i'm trying to do, or even if my data is laid out bad, what is a better way. I copied and paste these cells from cels and put the letter and numbers in row A and 1. You can copy the stuff below into your excel workbook and it will appear correct in the cells.
My Data set is from G3 to J7. I'll use a small sample as an example. Rows 3 and 4 above that set has some headings.
All my charts in my board will feed off cells B7-D10. My issue I'm stuff with is what is a good way to populate my data in those cells based on waht I put in cell C6. In this example is says Facilties, so I would want to search my data set and return the 100 and 200 numbers into cells C8-D10. if I change c6 to say Building Services it shuold reutrn the 300 and 400 data.
Is there a good formula to use, like a HLookup or maybe an Index Match to get my data from the left to the right?
Thanks,
--Robert
[pre]
Code:
A B C D E F G H I J
2
3 Facilities Facilities Building Services Building Services
4 CR RR CR FIS CR RR CR FIS
5 Name 100.0 200.0 300.0 400.0
6 Facilities Size 110.0 210.0 310.0 410.0
7 CR RR CR FIS Windo 120.0 220.0 320.0 420.0
8 Name
9 Size
10 Windo