Hi all,
I would like to summarise some information as such:
A B C
01 CAT
02 MOUSE 13
03 BIRD 4
04
05 CAT
06
07 DOG
08 CAT 3
09 DOG
10
I would like to do a function on a sheet that summarises the information above:
1. Extract the info between CAT, extract info between DOG.
It should just sum the values in C for CAT and DOG.
Should I use vba for this to create function and then just assign or is there given formula already?
Any ideas or hints I can follow up on.
Thanks!
I would like to summarise some information as such:
A B C
01 CAT
02 MOUSE 13
03 BIRD 4
04
05 CAT
06
07 DOG
08 CAT 3
09 DOG
10
I would like to do a function on a sheet that summarises the information above:
1. Extract the info between CAT, extract info between DOG.
It should just sum the values in C for CAT and DOG.
Should I use vba for this to create function and then just assign or is there given formula already?
Any ideas or hints I can follow up on.
Thanks!
