S
sk8rider
Hello there,
I would appreciate any help you guys could give me.
I have a spreadsheet which have 3 labels(alpha, beta, production).
Underneath each label I have two columns (number, resolution). Thes
labels together with the columns are pushed up and down depending o
how many cells are copied underneath of them(non-static labels). No
here is what I am trying to accomplish:
Under the column resolution there are 3 different items (reso, ente
assi) that I would like the count of how many each one of them ther
is. so I would end up with something like this:
2 reso, 4 ente, 0 assi.
The spreadsheet looks like this:
A B
Stopper = Alpha
Number Resolution
8645 ASSI
9994 ASSI
8888 RESO
Stopper = Beta
Number Resolution
3243 ENTE
3555 ENTE
9999 ASSI
Stopper = Production
Number Resolution
9996 RESO
so, i would have an output like this:
Alpha 3 bugs (2 assi, 1 reso)
Beta 3 bugs (2 ente,1 assi)
Production 1 bug (1 reso)
Again, thank for your time and help
I would appreciate any help you guys could give me.
I have a spreadsheet which have 3 labels(alpha, beta, production).
Underneath each label I have two columns (number, resolution). Thes
labels together with the columns are pushed up and down depending o
how many cells are copied underneath of them(non-static labels). No
here is what I am trying to accomplish:
Under the column resolution there are 3 different items (reso, ente
assi) that I would like the count of how many each one of them ther
is. so I would end up with something like this:
2 reso, 4 ente, 0 assi.
The spreadsheet looks like this:
A B
Stopper = Alpha
Number Resolution
8645 ASSI
9994 ASSI
8888 RESO
Stopper = Beta
Number Resolution
3243 ENTE
3555 ENTE
9999 ASSI
Stopper = Production
Number Resolution
9996 RESO
so, i would have an output like this:
Alpha 3 bugs (2 assi, 1 reso)
Beta 3 bugs (2 ente,1 assi)
Production 1 bug (1 reso)
Again, thank for your time and help