Sheet 1:
A B C D E1 **Category** **TOM** **BOB** **JIM** **TIM** 2 Product 1 1 1 1 03 Product 2 2 0 3 14 Product 3 0 2 2 25 Product 4 3 0 1 16 Product 5 2 3 0 0
RESULT REQUIRED:
Sheet 2:
Product 1TOMBOBJIMTIM
Sheet 3:
Product 2TOMJIMTIM
Sheet 4:
Product 3BOBJIMTIM
And so on. Basically, need 1 formula to run on the entire sheet 1 and automatically populate all the other sheets with names/values & filtered out only the names that have values that are >0.