|
A
concatenation operation occurs when you want to
join two or more pieces of data together to
become one. For example, a concatenation you
might want to perform is to build a date out of
cell values and numbers or to join a piece of
text to an existing cell text value. Convert-IT
allows you to do this using its Custom feature.
To perform a concatenation operation using
Convert-IT:
1. Click the
Convert-IT button on the EMAGENIT toolbar.
2. If
outputting to a different workbook, tile the
source workbook containing the desired cell
values to manipulate and the output workbook.
This can be done using the Window/Arrange
command in Excel.
3. Check the
Overwrite… checkbox in the Output options
area to overwrite your cell selections.
4. To output
to another range, activate the desired worksheet
then click on the beginning output cell. Next
uncheck the Overwrite… checkbox and click the
...output cell box. This designates the
desired beginning output cell. Note that any
cell information in the output range will be
overwritten.
5. Activate
the worksheet whose cell values you want to
convert.
6. Select the
range containing the data to manipulate. If the
data is in non-adjacent ranges, select the first
column or row; hold down the CTRL key then
select the other ranges. Note that the Undo
feature retains its last memory even if you
close Convert-IT and reopen it or are even in
another workbook. Also note that the Undo
feature will only work on a maximum of 2000
cells. This is a memory constraint.
7. Click the
Custom button to create a custom formula.
8. To perform
a concatenation operation on a cell value, type
a custom formula in the custom formula box like
you would a concatenation formula in a worksheet
cell (consult Excel help on building
concatenation formulas). Note that you leave off
the = sign at the beginning. You may use cell
references, cell names, worksheet functions and
even VBA UDF functions. Where ever you want the
cell value to be used in the formula, type the
characters vln. When Convert-IT is run, the vln
text will be replaced by the cell value. The
custom formula itself will be output to the
cell. For example, to add text in front of a
cell value, a possible concatenation formula
might be “The number obtained is ” & vln. Note
that all cell references are treated as absolute
references in the program regardless of
notation. Note that there are many ways to
perform concatenation. Consult the
9. Check the
Keep… box if you wish to integrate the existing
cell formulas in your selection with the custom
formula. The existing cell formula will appear
were you type the vln text. If you choose this
option, the existing cell formula will be
wrapped in parenthesis then inserted. Note that
in this mode, cell constants are inserted
without modification.
10. Click the
Convert button.
*Note that in
the custom mode, Convert-IT will ignore cell’s
displaying error values.
*Note that
Convert-IT treats empty cells as 0 values.
*Note that
Convert-IT will set your Excel calculation
settings to manual while working. It will reset
them to automatic when completed. |