Hello, I've gotten a lot of great info on this site, I figured that I'd ask my question here before anywhere else --- this is my first post.
I'm trying to reduce the amount of manual selecting/deselecting of cells somehow. Any help would be greatly appreciated.
I have a range of products and witihin each group, corresponding sub-products. These products/sub-products have been sold over the course of some-odd number of weeks over the course of the product life cycle.
Some sub-products sell every week, others do not. My data is organized such that in order to calculate the average suggested selling price for all products for a particular week (listed in rows) I must select each cell and seperate it by commas rather selecting the range from begining to end seperated by commas.
Right now I'm starting with:
=SUBTOTAL(1,L29,T29,AB29,AJ29,AR29,AZ29,BH29,BP29,BX29,CF29,CN29,CV29,DD29,DL29,DT29,EB29,EJ29,ER29,EZ29,FH29,FP29,FX29,GF29)
And after deselecting the cells that contain a '0' value, I end up with:
=SUBTOTAL(1,L29,AJ29,AR29,AZ29,BH29,BP29,BX29,CF29,DD29,DT29,EB29,ER29,EZ29,FH29,FP29,FX29)
weeks are listed by row
columns include each sub-product and are then broken down by volume, cost, price1, price 2, margin, etc
Is anyone aware of a way to exclude the cells that equal zero in the list so that I won't have to go in and 'deselect' the zero values for each week? The zero values are the only ones that I wish to exclude in the average calculation, all others can remain.
Best regards,
AMB
I'm trying to reduce the amount of manual selecting/deselecting of cells somehow. Any help would be greatly appreciated.
I have a range of products and witihin each group, corresponding sub-products. These products/sub-products have been sold over the course of some-odd number of weeks over the course of the product life cycle.
Some sub-products sell every week, others do not. My data is organized such that in order to calculate the average suggested selling price for all products for a particular week (listed in rows) I must select each cell and seperate it by commas rather selecting the range from begining to end seperated by commas.
Right now I'm starting with:
=SUBTOTAL(1,L29,T29,AB29,AJ29,AR29,AZ29,BH29,BP29,BX29,CF29,CN29,CV29,DD29,DL29,DT29,EB29,EJ29,ER29,EZ29,FH29,FP29,FX29,GF29)
And after deselecting the cells that contain a '0' value, I end up with:
=SUBTOTAL(1,L29,AJ29,AR29,AZ29,BH29,BP29,BX29,CF29,DD29,DT29,EB29,ER29,EZ29,FH29,FP29,FX29)
weeks are listed by row
columns include each sub-product and are then broken down by volume, cost, price1, price 2, margin, etc
Is anyone aware of a way to exclude the cells that equal zero in the list so that I won't have to go in and 'deselect' the zero values for each week? The zero values are the only ones that I wish to exclude in the average calculation, all others can remain.
Best regards,
AMB