Grouping ranges of cells

  • Thread starter Thread starter Sue
  • Start date Start date
S

Sue

Is there any way to group a range of cells in a
worksheet. I have a table that contains functions/formula
that link to other worksheets in the file. I have to send
this file to other users who add text and may need to move
my table. I want to make it easy for them.
As an alternative;
At the moment I have the table set up as text boxes and I
add the results of calculations manually; can I insert
functions/formula, that link to other worksheets in the
file, into the text boxes?
 
I think I'd just dedicate a worksheet that's used for input:

Column A could have my description of what goes in column B.

Then in your table, you could use formulas that point at that inputsheet:

=if(InputSheet!b1="","",inputsheet!b1)

Whereever you needed the real values.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top