I've got 2 perplexing questions
1) can I justify a cell fully so that the text stretches across it?
Example:
|h a p p y| rather than
|happy | where | and | are cell boundaries.
2) If I have a group of cells, and I want to copy them somewhere else on the sheet if a certain condition is met, is this possible?
Suppose I have 3 cells. In the first cell is "A" in the second cell (beneath the first cell) is "B" and in the third cell (next to the first cell) has a number.
If that number is greater than 100, I want to copy all 3 cells to a new place.
Thanks