Hello,
I am a newbie to doing anything beyond the basics in Excel so you might have to very specific in explanations. unfortunately I do not know VB (some Javascript & bash) and afraid what I am looking for will require it.
Thanks
Environment: Excel 2013
Current Workbook layout:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]System[/TD]
[TD]Voltage[/TD]
[TD]RU[/TD]
[TD]BTU[/TD]
[TD]110v[/TD]
[TD]208v[/TD]
[TD]KG[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]computer1[/TD]
[TD]208[/TD]
[TD]2[/TD]
[TD]1945[/TD]
[TD]2.7[/TD]
[TD]1.2[/TD]
[TD]17[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]computer2[/TD]
[TD]208[/TD]
[TD]1[/TD]
[TD]780[/TD]
[TD]1.4[/TD]
[TD].7[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]computer3[/TD]
[TD]208[/TD]
[TD]3[/TD]
[TD]1000[/TD]
[TD]3.0[/TD]
[TD]1.5[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Explanation of columns:
A = a system name based on a dynamic list created from a tab called "master" > tbl_master
B = the parameter used to search against the object in the tbl_master
C - G = are filled via an INDEX formula against the tbl_master using the system name as the key
Final Result (what I am trying to accomplish [---- represents highlight or something similar]):
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]System[/TD]
[TD]Voltage[/TD]
[TD]RU[/TD]
[TD]BTU[/TD]
[TD]110v[/TD]
[TD]208v[/TD]
[TD]KG[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]computer1[/TD]
[TD]208[/TD]
[TD]2[/TD]
[TD]1945[/TD]
[TD]2.7[/TD]
[TD]1.2[/TD]
[TD]17[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]computer2[/TD]
[TD]208[/TD]
[TD]1[/TD]
[TD]780[/TD]
[TD]1.4[/TD]
[TD].7[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]computer3[/TD]
[TD]208[/TD]
[TD]3[/TD]
[TD]1000[/TD]
[TD]3.0[/TD]
[TD]1.5[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[/TR]
</tbody>[/TABLE]
Explanation of "----" in rows 3, 6,7:
Any assistance is appreciated.
Thanks
B
I am a newbie to doing anything beyond the basics in Excel so you might have to very specific in explanations. unfortunately I do not know VB (some Javascript & bash) and afraid what I am looking for will require it.
Thanks
Environment: Excel 2013
Current Workbook layout:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]System[/TD]
[TD]Voltage[/TD]
[TD]RU[/TD]
[TD]BTU[/TD]
[TD]110v[/TD]
[TD]208v[/TD]
[TD]KG[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]computer1[/TD]
[TD]208[/TD]
[TD]2[/TD]
[TD]1945[/TD]
[TD]2.7[/TD]
[TD]1.2[/TD]
[TD]17[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]computer2[/TD]
[TD]208[/TD]
[TD]1[/TD]
[TD]780[/TD]
[TD]1.4[/TD]
[TD].7[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]computer3[/TD]
[TD]208[/TD]
[TD]3[/TD]
[TD]1000[/TD]
[TD]3.0[/TD]
[TD]1.5[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Explanation of columns:
A = a system name based on a dynamic list created from a tab called "master" > tbl_master
B = the parameter used to search against the object in the tbl_master
C - G = are filled via an INDEX formula against the tbl_master using the system name as the key
Final Result (what I am trying to accomplish [---- represents highlight or something similar]):
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]System[/TD]
[TD]Voltage[/TD]
[TD]RU[/TD]
[TD]BTU[/TD]
[TD]110v[/TD]
[TD]208v[/TD]
[TD]KG[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]computer1[/TD]
[TD]208[/TD]
[TD]2[/TD]
[TD]1945[/TD]
[TD]2.7[/TD]
[TD]1.2[/TD]
[TD]17[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]computer2[/TD]
[TD]208[/TD]
[TD]1[/TD]
[TD]780[/TD]
[TD]1.4[/TD]
[TD].7[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]computer3[/TD]
[TD]208[/TD]
[TD]3[/TD]
[TD]1000[/TD]
[TD]3.0[/TD]
[TD]1.5[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[TD]----[/TD]
[/TR]
</tbody>[/TABLE]
Explanation of "----" in rows 3, 6,7:
- column C represents the amount of "U" in a computer rack
- Using the value in C, I would like to automatically fill in the rows with conditional format or symbols (something to indicate the blank space is actually occupied)
- E.g.
- if C = 1, no fill necessary
- if C = 2, fill in the row below with yellow
- if C = 3, fill in the next 2 rows below
- etc.....
Any assistance is appreciated.
Thanks
B