Instructions Using a Batch File Arrange your folder names in a single column. Click on the column’s header and type “FOLDERNAMES” in the name field beside the formula bar. Add a blank column to the left of the “FOLDERNAMES” column by right-clicking the column header and choosing “Insert.” Highlight the first cell in the blankContinue reading “How to add loads of folders at once using Microsoft Excel !”
Category Archives: Excel
View a document without opening it in the Office program
View a document without opening it in the Office program
ThinkFree Online service provides a free web office suite with 1 GB of online storage.
You can use a variety of devices to access and manage stored documents easily.
MS EXCEL: How to add data from 2 cells together into another Cell.
Type in the following command, where A1 is the location of First Cell and B1 is value of Second Cell. You place this command into Third Cell which will output the data in A1 and B1 together with a space. (as seen in screenshot). Thanks to Keith Machale for this bit of knowledge. =CONCATENATE(A1&” “&B1)