
Search found 3 matches
- Mon Feb 13, 2012 1:43 pm
- Forum: Technical Tips, Questions & Discussions (Computers & Internet)
- Topic: Excel formatting question
- Replies: 16
- Views: 4532
Re: Excel formatting question
I am now on a MAC but as I recall there was a paste option that allowed the format of the from fields to be used. 

- Mon Feb 13, 2012 1:40 pm
- Forum: Technical Tips, Questions & Discussions (Computers & Internet)
- Topic: Remote access to your computer, from somewhere else
- Replies: 14
- Views: 5303
Re: Remote access to your computer, from somewhere else

- Mon Feb 13, 2012 1:38 pm
- Forum: Technical Tips, Questions & Discussions (Computers & Internet)
- Topic: Excel: Can one cell include information from 3 other cells?
- Replies: 14
- Views: 3156
Re: Excel: Can one cell include information from 3 other cel
You can also use the =CONCATENATE function in Excel
CONCATENATE(text1,text2,...)
Argument
Description
text1,text2,...
1 to 255 text items to be joined into a single text item. The text items can be text strings, numbers, or single-cell references.
General remarks
The "&" operator can be used instead ...
CONCATENATE(text1,text2,...)
Argument
Description
text1,text2,...
1 to 255 text items to be joined into a single text item. The text items can be text strings, numbers, or single-cell references.
General remarks
The "&" operator can be used instead ...