- Select the current column [Ctrl] + [Space]
- Select the current row [Shift] + [Space]
- Edit the active cell [F2]
- Move to the beginning of the worksheet [Ctrl] + [Home]
- Move to the last cell on the worksheet [Ctrl] + [End]
- Paste a name into a formula [F3]
- Paste a function into a formula [Shift] + [F3]
- Alternate value/formula view [Ctrl] + [`] (on key [1])
- Calculate all sheets in all open workbooks [F9]
- To go to a cell quickly [F5] or [Ctrl] + [G]
- Display the Find dialog box [Shift] + [F5]
- Display the Format Cells dialog box [Ctrl] + [1]
- Create a chart [F11]
- Insert a new sheet [Alt] + [Shift] + [F1]
- Repeat the last action [F4]
- Repeat Find [Shift] + [F4]
- Open [Ctrl] + [F12]
- Exit [Ctrl] + [F4]
- Check spelling of current cell [F7]
- Activate the menu bar [F10]
- Display the Macro dialog box [Alt] + [F8]
- Apply outline to active cell [Ctrl] + [Shift] + [&]
- Convert to a percentage [Ctrl] + [Shift] + [%]
- Select all filled cells around active cell [Ctrl] + [Shift] + [*]
- Move to next sheet [Ctrl] + [Page Down]
- Move to previous sheet [Ctrl] + [Page Up]
- Complete a cell entry and move up [Shift] + [Enter]
- Complete a cell entry and move right [Tab]
- Complete a cell entry and move left [Shift] + [Tab]
- Edit a cell comment [Shift] + [F2]
- Print [Ctrl] + [P]
- Insert current date [Ctrl]
- Insert current date and time [Ctrl] + [Shift]
Converting from bytes to terabytes is very easy considering that terabyte = 1024*Gigabyte = 1024 * 1024 * Megabyte = 1024 * 1024 * 1024 KiloByte = 1024 * 1024 * 1024 * 1024 * Byte Query below gives number of documents in a media and the total size of the documents. See how you have used Alias in the query SELECT [MEDIA] = X.media_id, [TOTAL] = COUNT(*), [Size_KB] = SUM (Size_MB) FROM ( SELECT d.edoc_id, d.media_id , SIZE_MB = ( CAST(ISNULL(d.Size1,0) AS DECIMAL) + ...
Comments
Post a Comment