Forum Discussion
a88139g
Nov 23, 2020Copper Contributor
How to use different selected cells in a formula
I want to use all the cells selected by go to function in a product formula. Is it possible? If yes, then how?
- Nov 24, 2020
If, by a 'go to function', you mean a multi-area range manually selected using 'Go to Special' then it is possible to name the range while it is selected. Not many functions accept multi-area ranges as parameters but
=PRODUCT(values)
should work.
PeterBartholomew1
Nov 24, 2020Silver Contributor
If, by a 'go to function', you mean a multi-area range manually selected using 'Go to Special' then it is possible to name the range while it is selected. Not many functions accept multi-area ranges as parameters but
=PRODUCT(values)
should work.