SOLVED

How to use different selected cells in a formula

Copper Contributor

I want to use all the cells selected by go to function in a product formula. Is it possible? If yes, then how?

3 Replies
I'm not sure what you mean?

@a88139g 

With your permission, if I can recommend you, add a MS Excel file (without sensitive data) to your project.

Explain your plans in relation to this file. So you can get a solution that is tailored to your needs much faster.

At the same time, it is much easier for someone who wants to help to understand the subject.

A win-win situation for everyone.

Please no Picture, even if it is said that a picture can say a thousand words, it is certainly not in the case of Excel, on the contrary in some cases.

 

Knowing the Excel version and operating system would also be an advantage.

 

Thank you for your understanding and patience

 

Nikolino

I know I don't know anything (Socrates)

best response confirmed by a88139g (Copper Contributor)
Solution

@a88139g 

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.

1 best response

Accepted Solutions
best response confirmed by a88139g (Copper Contributor)
Solution

@a88139g 

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.

View solution in original post