Ive been lurking on these boards since I started working and a former boss of mine steered me to the site. you don't know it but many of you have been incredibly helpful over the last 6+ years, so thank you.
boss of mine decided to start a new monthly excel challenge and while I have one way of solving the problem, it is not the more "elegant, simplified" way he does it. it's absolutely killing me and he won't share until someone figures it out...problem is, google and this site are generally how I solve these problems and I can't find exactly what Im looking for...so here I am
its a simple data set (table below showing small example), and the idea is to write a formula in column j that will identify the 4 digit project numbers (B1-G1) that each employee spent >= 50% of their time on. Column I has the answers. Before anyone suggests it, I've already determined that I can CONCATENATE multiple IF statements, but he insists there is an easier way.
let er rip
[TABLE="width: 500"]
<tbody>[TR]
[TD]employee
[/TD]
[TD]1234
[/TD]
[TD]1235
[/TD]
[TD]1288
[/TD]
[TD]1646
[/TD]
[TD]1586
[/TD]
[TD]1975
[/TD]
[TD][/TD]
[TD]answers
[/TD]
[TD]formula
[/TD]
[/TR]
[TR]
[TD]a
[/TD]
[TD][/TD]
[TD]50%
[/TD]
[TD]50%
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1235,1288
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]b
[/TD]
[TD][/TD]
[TD]100%
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1235
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]c
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]100%
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1646
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]d
[/TD]
[TD][/TD]
[TD]70%
[/TD]
[TD][/TD]
[TD][/TD]
[TD]30%
[/TD]
[TD][/TD]
[TD][/TD]
[TD]1235
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]e
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]100%
[/TD]
[TD][/TD]
[TD]1975
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]f
[/TD]
[TD]40%
[/TD]
[TD][/TD]
[TD]60%
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1288
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]g
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]50%
[/TD]
[TD]50%
[/TD]
[TD][/TD]
[TD][/TD]
[TD]1646,1586
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
forgive me for not attaching the file, work computer restrictions...
boss of mine decided to start a new monthly excel challenge and while I have one way of solving the problem, it is not the more "elegant, simplified" way he does it. it's absolutely killing me and he won't share until someone figures it out...problem is, google and this site are generally how I solve these problems and I can't find exactly what Im looking for...so here I am
its a simple data set (table below showing small example), and the idea is to write a formula in column j that will identify the 4 digit project numbers (B1-G1) that each employee spent >= 50% of their time on. Column I has the answers. Before anyone suggests it, I've already determined that I can CONCATENATE multiple IF statements, but he insists there is an easier way.
let er rip
[TABLE="width: 500"]
<tbody>[TR]
[TD]employee
[/TD]
[TD]1234
[/TD]
[TD]1235
[/TD]
[TD]1288
[/TD]
[TD]1646
[/TD]
[TD]1586
[/TD]
[TD]1975
[/TD]
[TD][/TD]
[TD]answers
[/TD]
[TD]formula
[/TD]
[/TR]
[TR]
[TD]a
[/TD]
[TD][/TD]
[TD]50%
[/TD]
[TD]50%
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1235,1288
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]b
[/TD]
[TD][/TD]
[TD]100%
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1235
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]c
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]100%
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1646
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]d
[/TD]
[TD][/TD]
[TD]70%
[/TD]
[TD][/TD]
[TD][/TD]
[TD]30%
[/TD]
[TD][/TD]
[TD][/TD]
[TD]1235
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]e
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]100%
[/TD]
[TD][/TD]
[TD]1975
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]f
[/TD]
[TD]40%
[/TD]
[TD][/TD]
[TD]60%
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]1288
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]g
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]50%
[/TD]
[TD]50%
[/TD]
[TD][/TD]
[TD][/TD]
[TD]1646,1586
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
forgive me for not attaching the file, work computer restrictions...