Grabbing the right case

Excel has three functions that handle case. LOWER,  UPPER and PROPER. See image below for the results of using these functions. Cell A2 contains an entry. Cell B2 has =LOWER(A2) Cell C2 has =UPPER(A2) Cell D2 has =PROPER(A2) Note: The PROPER function capitalises the first letter of every word in the cell - see below.

Continue ReadingGrabbing the right case

Checking if entries are really the same

To check if two cells are the same you can use =A1=B1 This returns TRUE if the values are the same or the text is the same ignoring case sensitivity. In the above formula TEST will equal test. To check if entries are identical, taking into account upper and lower case, then you can use =EXACT(A1,B1) In this case comparing TEST and test will return FALSE.

Continue ReadingChecking if entries are really the same

How to Copy a Sheet

The easiest way to copy a sheet is to click and hold on the sheet tab name and then press and hold the Ctrl key down and move the mouse to where you want to paste the new sheet and release the mouse. When you press Ctrl a small plus sign will display in the document icon to show it is copying, not moving the sheet.

Continue ReadingHow to Copy a Sheet

End of content

No more pages to load