B
boobot
Novice here,
I need to have an output of more than just a find/sum of two columns
If the below were on columns A,B and C
name--activity--hours
bob--change--5
bob--change--4
bob--app --4
john--app--3
john--app--5
john--change--2
bill--hardware--3
bill--hardware--1
bill--app--2
bill--app--4
What I would like to do is output how many hours of the app, chang
and/or hardware activity did john do but not just in the numerica
sense.
Looking for John--App--8 then on the next row John--change--2 but I d
not want to display a John--Hardware--0 as I do not care about 0 hour
for a certain activity. I have used SumProduct to get the hourly tota
but I cannot find an easy way to output this with name and activit
especially when the data will be wiped and renewed weekly
I need to have an output of more than just a find/sum of two columns
If the below were on columns A,B and C
name--activity--hours
bob--change--5
bob--change--4
bob--app --4
john--app--3
john--app--5
john--change--2
bill--hardware--3
bill--hardware--1
bill--app--2
bill--app--4
What I would like to do is output how many hours of the app, chang
and/or hardware activity did john do but not just in the numerica
sense.
Looking for John--App--8 then on the next row John--change--2 but I d
not want to display a John--Hardware--0 as I do not care about 0 hour
for a certain activity. I have used SumProduct to get the hourly tota
but I cannot find an easy way to output this with name and activit
especially when the data will be wiped and renewed weekly