Showing posts with label Ms. Office. Show all posts
Showing posts with label Ms. Office. Show all posts
Thursday, 10 September 2015
Formatting Date and Time By Custom
No comments
:
Diposkan oleh
admin
di
Thursday, 10 September 2015
22:39
Label:
Excel
,
Komputer
,
Ms. Office
Symbol
|
The resulting display
|
General
|
Digit serial number of days starting from the early 20th century.
For example on 23 Dec 2007 39 439 will be displayed as numbers. |
Date
| |
d
|
Figures date from 1 to 31 without starting with 0.
|
Dd
|
Figures date from 01 to 31 starting with 0.
|
Ddd
|
Name days in abbreviated form, for example, Sun, Mon, Tue.
|
Dddd
|
Name day in the form of the writing intact, for example Sunday, Monday, Tuesday.
|
Month
| |
M
| Figures from 1 to 12 months without beginning with 0. |
Mm
| Figures month from 01 to 12 with the prefix 0. |
Mmm
| Abbreviation of writing the name of the month, the example of Jan, of Feb, Mar. |
Mmmm
| Writing the name of the month as a whole, such as January, February, March. |
Year
| |
Yy
| Writing only a two-digit figures last year alone, from 00 to 99 (note, in 1900 and 2000 in two equally digit display with 00). |
Yyy
| Writing numbers in full four-digit year. |
Jam (Hour)
| |
h
| Figures from 0 to 24 hours without the first 0. |
hh
| Figures hours from 00 to 24 starting 0. |
Minute
| |
m
| The minutes from 0 to 59 without the first 0. |
mm
| The minutes from 00 to 59 beginning with 0. |
Second
| |
s
| A number of seconds from 0 to 59 without the first 0. |
ss
| A number of seconds from 00 to 59 starting 0. |
[ ]
| Writing hours greater than 24, writing minutes and seconds over 60. |
AM/PM
| |
A/P
| Displays clock with AM or PM time information behind. |
Symbol m used for months or minutes. Excel will differentiate writing m for minute when following symbols h for hours. If m standing in front or standing behind the symbol d, will be considered as a month.
Example Use Custom Format
Format
|
Display
|
dddd
|
Saturday
|
ddmmmmyyyy
|
09 August 2007
|
If in a table appearance zero value is not desired, you can hide a zero value in two ways.
Hiding Zero Value in a Worksheet
Click the Microsoft Office button and click Excel Options. At Advanced, under the Display options for this worksheet, deactivate the option "Show a zero in cells that have zero value".
Through this manner specified definition will apply to all cells in the active worksheet. If you want to define for several worksheets simultaneously choose the tabs and the title of the new worksheet, use the steps above.
Hiding Zero Value in a Certain Cells
In the cells that null values do not want to appear, use the following simple custom format #, ###. In principle, only the # sign stating the number of digits of a display of numbers only, so if the value is zero, then it is not displayed. Unlike the format #, ## 0 when the value of zero will be displayed as 0.
Advanced of Choosing the Number Format
In addition through the tools in the Group Number, you can format the numbers by pressing Ctrl + 1 so that the Cell Format dialog box appears. Then select the Number tab.
Formatting Numbers By Custom
There is a numeric format in Excel custom options. In this category provided a choice of diverse format that is expected to meet the needs of the wearer. However, in addition to formatting options that you have available, you can also design their own form of the display format numbers according to the needs and your creations.
Writing Custom Numeric Format consists of four parts as in the following example.
positive number format; format negative numbers; the format of writing the number zero; text format
• The first position format to write the number with a positive value.
• The second position states the format of writing numbers with a negative value.
• The third position to state how the format to write a value of zero.
• The fourth position turns writing format hila its entry in text format.
Each section separated sign a semi colon (semicolon).
Read More
Formatting Numbers By Custom
There is a numeric format in Excel custom options. In this category provided a choice of diverse format that is expected to meet the needs of the wearer. However, in addition to formatting options that you have available, you can also design their own form of the display format numbers according to the needs and your creations.
| Format | Data typed | Positive values are displayed |
| General | 125 | 125.00 |
| 0 | 125 | 125 |
| 0.00 | 125.00 | 125.00 |
| #,##0 | 1257 | 1,257 |
| #,##0.00 | 1257 | 1,257.00 |
| #,##0_);(#,##O) | 1257 | 1,257 |
| #,##0_);[Red](#,##O) | 1257 | 1,257 |
| #,##0.00_);(#,##O.OO) | 1257.126 | 1,257.13 |
| #,##0.00_);[Red](#,##O.OO) | 1257.126 | 1,257.13 |
| $#,##0_);($#,##0) | 1257.126 | $1,257 |
| $#,##0_);[Red]($#,##0) | 1257.126 | $1,257 |
| $#,##0.00_);($#,##0.00) | 1257.126 | $1,257.13 |
| $#,##0.00_);[Red]($#,##0.00) | 1257.126 | $1,257.13 |
| 0% | 0.25 | 25% |
| 0.00% | 0.2575 | 25.75% |
| O.OOE+OO | 1257.126 | 1.26E+03 |
| ##O.OE+O | 1257.126 | 1.3E+3 |
| #?/? | 1257.126 | 1257 118 |
| # ??/?? | 1257.0126 | 1257 1/79 |
| m/d/yy | 20jul | 7/20/97 |
| d-mmm-yy | 20jul97 | 20-Jul-97 |
| d-mmm | 20jul97 | 20-Jul |
| mmm-yy | 20jul97 | Jul-97 |
| h:mmAM/PM | 11:31 | 11:31 AM |
| h:mm:ss AM/PM | 11:31 | 11:31:00 AM |
| h:mm | 11:31 | 1:31 |
| h:mm:ss | 11:31 | 11:31:00 |
| m/d/yy h:mm | 20jul97 | 7/20/97 0:00 |
| mm:ss | 11:31:45 | 31:45 |
| mm:ss,O | 11:31:45 | 11:31:45 |
| @ | 20 jul 97 | 35631 |
| [h]:mm:ss | 11:31:45 | 11:31:45 |
| _($* #,##O_);_($* (#,##0);_($"-"_);(@_) | 10035.75 | $ 10,036 |
| _(* #,##O_);_(* (#,##0);_(*"-"_);(@_) | 10035.75 | 10,036 |
| _($* #,##0.00 );_($* (#,##0.00);_($"-"?? );(@_) | 10035.75 | $ 10,035.75 |
| _(* #,##0.00 );_(* (#,##0.00);_(*"-"?? );(@_) | 10035.75 | 10,035.75 |
Writing Custom Numeric Format consists of four parts as in the following example.
positive number format; format negative numbers; the format of writing the number zero; text format
• The first position format to write the number with a positive value.
• The second position states the format of writing numbers with a negative value.
• The third position to state how the format to write a value of zero.
• The fourth position turns writing format hila its entry in text format.
Each section separated sign a semi colon (semicolon).
Group Number
This group provides a number of formatting tools quickly. Being if necessary formatting specifically click the arrow button
in the lower right corner of this group to display the Cell Format dialog box, Tab Number.Excel has a lot of numeric formats including the writing of the date and time format. In addition to the default formats are ready for use, you will still be able to define its own format to suit your needs. The additional format is known as custom formats.
In the top selection box is provided formats are generally the most commonly used. If we click on the small button
the right of the box will display the names of numeric format.While the formats are numerically more as follows.
General Format
Display figures without specific format. If the integer numbers written exceeds Iebar column, Excel will automatically change in exponent form. .1257 Typed will be displayed 0.1257, and 345.0 will be displayed 345 only.
Number Format
Writing numbers by taking into account the positive or negative value. Positive values shown no sign +, but it has a negative value of 4 kinds of writing format.
Currency
Writing numbers as the value of the currency. Currency symbols adapted to regional format is selected via the Control Panel, Regional Settings. Regional choice English (United Stated) will display the symbol $, while the regional selection Indonesian Rp will display. Writing currency symbols attached on the left of the first digit number without spaces separated.
Accounting Format
Displays the value of the currency with the currency symbol the left and the right with the average number is the thousands separator and two decimal digits. This format also offers the desired number of decimal digits.
Date Format
To display an assortment of writing the date.
Time Format
To show various forms of writing / time value.
Percentage Format
Displays percentage (1/100) complete with sign% behind the figures, along with defining the number of digits in a decimal value.
Fraction Format
Displaying the form of writing a float value.
Scientific Format
Form numbers exponentially.
Text Format
Display figures are converted as text so it is not worth.
Special Format
Forms special numbers such as postal area code number, phone number, social security number that is valid in the USA.
Custom Format
The forms display numbers that you define yourself. Form a very wide choice and you can modify yourself.
Displaying and Hiding Decimal
At Group Number there are two tools that serves to show and hide single-digit decimal number by one digit
Increase Decimal
Decrease DecimalExcel provides a fast typist for the ease with some shortcut buttons for formatting numbers with a particular format as follows:
| Format | Tombol Shortcut |
| General | Shift+Ctrl+ - |
| Number (2 decimal places) | Shift+Ctrl+ ! |
| Currency (2 decimal places) | Shift+Ctrl+ $ |
| Percent (without decimal) | Shift+Ctrl+ % |
| Scientific | Shift+Ctrl+ " |
Monday, 24 August 2015
Using Paste Special
No comments
:
Diposkan oleh
admin
di
Monday, 24 August 2015
07:47
Label:
Excel
,
Komputer
,
Ms. Office
When you copy a cell, you can paste a certain part of the cell contents. It can be you specify via the Paste Special dialog box is accessed via the button Paste, Paste Special on the Home tab Clipboard group.
In the Paste Special dialog box are jerked group options how to paste the object. The first is "Paste" to determine what is pasted on the objects that have been copied. Both "Operation" is to determine how the value of the copied object is calculated by the value of objects that exist in a cell at the destination location. The third group of options Skip Blank and Transpose. Being the fourth is Paste Link.
Read More
In the Paste Special dialog box are jerked group options how to paste the object. The first is "Paste" to determine what is pasted on the objects that have been copied. Both "Operation" is to determine how the value of the copied object is calculated by the value of objects that exist in a cell at the destination location. The third group of options Skip Blank and Transpose. Being the fourth is Paste Link.
| All | All components of the copied cell or range that will participate in the paste. Component by default it consists of values, formulas, formatting, notes and borders as well as the reference. This option has the same effect with the command Edit, Paste. |
| formulas | which is pasted only formula alone. |
| Values | which is pasted only the value of the cell was just so that when the value it occupies its new location, it will use the format that was applicable at the new location of the cell. |
| Formats | which is pasted only format that applies to cells in the copy, where the format of the component consists of font formatting (font name, size, font color, style, bold / italic / underlined, borders, shading, the format of the form of writing numbers, and alignment). |
| Comment | which is pasted only notes (95) or comment (97/2003) which is inserted in the cell source. |
| All Except Borders | were pasted all of the components are similar in all options, only without including borders and shading. |
| None | copied object is pasted to the destination location without any operation, just put it. If the destination location has no content, then it will be over-write the alias stacked with new data. |
| Add | copied objects are added value to the value of the destination cell. |
| Substract | copied objects are subtracted value by the value of the destination cell. |
| Multiply | the copied object value multiplied by the value of the destination cell. |
| Divide | the copied object value divided by the value of the destination cell. |
| Skip Blanks | if the range is copied cells are empty, then when pasted to the destination cells that had been empty it will be left empty, meaning that it does not accumulate data on the destination cell. |
| Transpose | Paste the copied object in a different order. If originally in the form of columns Paste Special, Transpose will be poured in the form of lines, and vice versa. |
| Paste Link | Paste the copied object while providing a link relationship with cell source. If the source cell value is changed, then the cells become correspondentnya will also change. |
Naming Cell or Range
Sometime in the work, you create a report read by others (your boss or another colleague who will follow up with you). To simplify the others watch on your worksheet, then the figures obtained from a formula will be more easily understood when read in the formula bar using the names of the cell or range.
For example, the following simple formula will be more elusive readers:
=(04*F4)*(100%-G4)
When compared with the formula below:
(UnitPrice * OrderNumber) * (100%-Discount)
Not to mention the more complicated formula.
Difficulty to understand the meaning of the cell address can be facilitated by naming the cell or range of cells with a name that represents its function, eg D4 cells easier when named the " UnitPrice ", while cell F4 as " OrderNumber ". And so on.
Provisions Name Cell / Range
Steps named cell / range:
There are several ways to choose or indicate to a particular cell that is possible when the position was not visible on the screen.
• Typing in the name or address is set in the Name box .
In the Name box, located to the left of the formula bar type the name or address the targeted cells and then press ENTER.
• To type an address in the Name Box Range.
Click the small triangle at the end of the Name box, and then type the address range in the Cell Name box, and then press ENTER.
If there is a cell or range that has been named, then you can call the name of the cell by clicking on the button in the Name Box so that the names of these cells displayed.
To select multiple names at once, after selecting the name of the first press and hold down the Ctrl key and click the next name, and so on.
• Choose a set with a command button Go To.
GO TO commands are shortcut keys Ctrl + G or pressing the F5 function key. After the Go To dialog box appears type the address of the cell that you are headed in the Reference box. Click OK, then the active cell will be at the address you're going.
• Utilizing the Go To Special command to select specific cells.
In the dialog box there is a button GO TO Special, which if you click will display the Go To Special dialog box.
Go To Special command in Excel 2007 can also be accessed via the Find & Select button, the Go To Special on the Editing group of the Home tab.
Read More
For example, the following simple formula will be more elusive readers:
=(04*F4)*(100%-G4)
When compared with the formula below:
(UnitPrice * OrderNumber) * (100%-Discount)
Not to mention the more complicated formula.
Difficulty to understand the meaning of the cell address can be facilitated by naming the cell or range of cells with a name that represents its function, eg D4 cells easier when named the " UnitPrice ", while cell F4 as " OrderNumber ". And so on.
Provisions Name Cell / Range
- The name of the cell / maximum range using 225 pieces of character, but it is recommended to use the shortest possible origin can be understood its meaning. This is because the cell name will be displayed in the formula bar or the Name Box. If it is too long, space available will not fit.
- Writing the cell name should not contain spaces and hyphen (hyphen).
- Name of the cells do not just use numbers only because readers will be interpreted as a constant value.
- Naming cells may use capital letters and ordinary letters.
| The wrong name | The correct name |
| TGL TRANSAKSI | TGL_TRANSAKSI |
| Account-Book-Big | AccountBigBook |
| 2008 | Th2008 |
| % | Persen |
| A2 | Desain_A2 |
Steps named cell / range:
- Select the cell or range to be named.
- Click the Name Range on the Formula tab, Group Named Cells
- Select Name a range so that the displayed dialog box New Name
- After typing the name of the cell in the Name box, click OK to close the dialog box.
There are several ways to choose or indicate to a particular cell that is possible when the position was not visible on the screen.
• Typing in the name or address is set in the Name box .
In the Name box, located to the left of the formula bar type the name or address the targeted cells and then press ENTER.
• To type an address in the Name Box Range.
Click the small triangle at the end of the Name box, and then type the address range in the Cell Name box, and then press ENTER.
If there is a cell or range that has been named, then you can call the name of the cell by clicking on the button in the Name Box so that the names of these cells displayed.
To select multiple names at once, after selecting the name of the first press and hold down the Ctrl key and click the next name, and so on.
• Choose a set with a command button Go To.
GO TO commands are shortcut keys Ctrl + G or pressing the F5 function key. After the Go To dialog box appears type the address of the cell that you are headed in the Reference box. Click OK, then the active cell will be at the address you're going.
• Utilizing the Go To Special command to select specific cells.
In the dialog box there is a button GO TO Special, which if you click will display the Go To Special dialog box.
| Comment | select the cell containing the comment |
| Constants | select the cell containing the data constants (typed directly into the cell). |
| Formulas | selecting the cells containing the formula (there is an option formula number, text, 'logical, and errors). |
| Blanks | selecting the cells were empty. |
| Current Region | choose a region, which is a block containing the data without separated by blank rows or columns. |
| Current array | choose a range of array data. |
| Objects | select objects that were pasted to the worksheet. |
| Row differences | to look for differences from the other rows in the range you are looking. |
| Column differences | to look for differences from other columns in the range that you are looking for. |
| Precedents | when a formula is selected, then you choose the precedent, then Excel will select the cells are referred to as a reference of that formula. |
| Dependents | If a cell that contains the data to be referenced from a formula that is typed in a cell to another, so if you choose Dependent, then the active cell will select the cell which utilizes the contents of the cell as a reference formula. |
| Last cell | selecting cells located in the bottom right corner of the range that includes all of the cells that once you fill the data. |
| Visible cells only | select all cells except that when it was hidden. |
| Conditional formats | selecting cells that are defined using the Conditional Format. |
| Data validation | selecting cells that are formatted using the Data Validation. |
Go To Special command in Excel 2007 can also be accessed via the Find & Select button, the Go To Special on the Editing group of the Home tab.
Saturday, 22 August 2015
Recognizing and Utilizing Fill Handler for Creating a Data Series
No comments
:
Diposkan oleh
admin
di
Saturday, 22 August 2015
09:16
Label:
Excel
,
Komputer
,
Ms. Office
Recognizing and Utilizing Fill Handler
When a cell (or cells) was selected, then in the lower right corner there is a selection called mark Fill Handler. You can utilize this Handler Fill to create a series of data and management of other cells.
Disabling Fill Display Handler
Although by default .Fill Handler in an invisible, but you can hide this facility through the Excel Options dialog box, Advanced, and disable the option Enable fill handle and cell drag-and-drop.
Using Fill Handler for Creating Serial Number
Various kinds of data beamed (understood Excel) can be made with menyeretkan Handler to fill the column direction (downward) or in the direction of the line (to the side).
Creating a Data Series Threaded
If you have the data first, then draw the fill Handler will make the data series 1,2,3,4 ... etc.
Data A will happen Series A, B, C, D .... and so on.
April data series will take place in April, May, June, July .... etc.
Data Friday, the series will take place Friday, Saturday, Sunday •••• ff.
Data Number 100, will occur serial No. 100, No. 101, No. 102 •••• ff.
Creating a Data Series with Interval
To make the data series at intervals you should have at least two data showing before dragging Fill Handler intervals, for example as follows:
Cell A1 contains 1, A2 contains 5, if the handler dragged fill will occur 1, 5, 10, 15, 20 ... and so on. In this case Excel will calculate the difference between the first data and the second interval sebaga1 used to prepare the next series.
Creating a Data Series to Side and Down with the Fill Handler
If you must make a serial number with the order sideways and decreased as shown in the figure below, it is with a certain tricks can be done easily.
steps:
Creating Series with Double Click on the Fill Handler
If the cell A1: A1OO (for example), pre-filled data in a row (not contain empty cells) then the column next to it you can make a serial number with an easier way. The way the question is to double click on Fill Handler.
In figure you see a few examples of serial composition, including the composition of the name, serial number, preceded another text. To provide input series, you simply select one cell, looking for a particular berinterval series, you are asked to choose at least two cells to take up interval of the series. In principle, double-click the fill handler is to copy these cells down following the right or left cells already filled data. If you choose are the two data down, there will be a series of data with the same interval between the first and second of data.
In particular if you type in the 1st Quarter (meaning the first quarter), the data series that takes place only until the 4th and not forwarded to the 5th Quarter.
The following kinds of series that can be accepted by the system:
1, 2, 3, 4, 5, 6, …
9:00, 10:00, 11:00, 12:00, ...
Mon, Tue, Wed, Thu, ...
Monday, Tuesday, Wednesday, Thursday, ...
Jan Feb, Mar, Apr, ...
Jan, Apr, Jul, Oct, Jan, ...
Jan-99, Apr-99 Jul-99, Oct-99, Jan-00, ...
15-Jan, 15-Apr, 15-Jul, 15-0ct, .. .
1999, 2000, 2001, 2002, 2003, .. .
1-Jan, 1-Mar 1-May, 1-Jul, 1-Sep, ...
Qtr3 (atau Q3 atau Quarter3) Qtr4, Qtr1, Qtr2, ...
1st Period, 2nd Period, 3rd Period, ...
Product 1, Product 2, Product 3, ...
Text1, textA, text2, textA, text3, textA, ...
Data Series Date Behind Another text
If at any time you require the writing of the data series in front of her date but no other text such as "Sales Results Date", then there is a little trick that should be done.
The following steps:
Copying Formulas Jumping Line
In the figure below there is a formula (formula) in cell C2. If pulled fill his handler will generate the number 0 in cell C3, C4, and C5. Therefore, to avoid the copy in an empty cell, select the cell source including the empty cells are desired, namely C2: C5. Further drag it fill handler corresponding multiples of 4 cells, then the result will be as shown in the following figure.
Techniques to Make More Series
You try to complete mastery of the technique as follows:
Also try the other menu options to see the resulting effect.
Enter data using the Custom Fill Series
You can create a Custom Fill series in accordance with your own, such as making order of the day in Indonesian Monday Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday, or any other sequence.
Therefore the system Excel with the option Regional English (US) does not understand the names of days as above, then you should enter the series with the following steps:
Read More
When a cell (or cells) was selected, then in the lower right corner there is a selection called mark Fill Handler. You can utilize this Handler Fill to create a series of data and management of other cells.
Disabling Fill Display Handler
Although by default .Fill Handler in an invisible, but you can hide this facility through the Excel Options dialog box, Advanced, and disable the option Enable fill handle and cell drag-and-drop.
Using Fill Handler for Creating Serial Number
Various kinds of data beamed (understood Excel) can be made with menyeretkan Handler to fill the column direction (downward) or in the direction of the line (to the side).
Creating a Data Series Threaded
If you have the data first, then draw the fill Handler will make the data series 1,2,3,4 ... etc.
Data A will happen Series A, B, C, D .... and so on.
April data series will take place in April, May, June, July .... etc.
Data Friday, the series will take place Friday, Saturday, Sunday •••• ff.
Data Number 100, will occur serial No. 100, No. 101, No. 102 •••• ff.
Creating a Data Series with Interval
To make the data series at intervals you should have at least two data showing before dragging Fill Handler intervals, for example as follows:
Cell A1 contains 1, A2 contains 5, if the handler dragged fill will occur 1, 5, 10, 15, 20 ... and so on. In this case Excel will calculate the difference between the first data and the second interval sebaga1 used to prepare the next series.
Creating a Data Series to Side and Down with the Fill Handler
If you must make a serial number with the order sideways and decreased as shown in the figure below, it is with a certain tricks can be done easily.
steps:
- Type 51, 52, 53,54 in cell B3, C3, D3 and D3, then 55, 56, 57, 58 in cell B4, C4, D4, and E4.
- Block the cells B3: E4, and then drag the fill handler who is on the bottom right corner of the block toward the bottom as much as you need.
Creating Series with Double Click on the Fill Handler
If the cell A1: A1OO (for example), pre-filled data in a row (not contain empty cells) then the column next to it you can make a serial number with an easier way. The way the question is to double click on Fill Handler.
In figure you see a few examples of serial composition, including the composition of the name, serial number, preceded another text. To provide input series, you simply select one cell, looking for a particular berinterval series, you are asked to choose at least two cells to take up interval of the series. In principle, double-click the fill handler is to copy these cells down following the right or left cells already filled data. If you choose are the two data down, there will be a series of data with the same interval between the first and second of data.
In particular if you type in the 1st Quarter (meaning the first quarter), the data series that takes place only until the 4th and not forwarded to the 5th Quarter.
The following kinds of series that can be accepted by the system:
1, 2, 3, 4, 5, 6, …
9:00, 10:00, 11:00, 12:00, ...
Mon, Tue, Wed, Thu, ...
Monday, Tuesday, Wednesday, Thursday, ...
Jan Feb, Mar, Apr, ...
Jan, Apr, Jul, Oct, Jan, ...
Jan-99, Apr-99 Jul-99, Oct-99, Jan-00, ...
15-Jan, 15-Apr, 15-Jul, 15-0ct, .. .
1999, 2000, 2001, 2002, 2003, .. .
1-Jan, 1-Mar 1-May, 1-Jul, 1-Sep, ...
Qtr3 (atau Q3 atau Quarter3) Qtr4, Qtr1, Qtr2, ...
1st Period, 2nd Period, 3rd Period, ...
Product 1, Product 2, Product 3, ...
Text1, textA, text2, textA, text3, textA, ...
Data Series Date Behind Another text
If at any time you require the writing of the data series in front of her date but no other text such as "Sales Results Date", then there is a little trick that should be done.
The following steps:
- In cell F1 type 25 April 2007, after pressing ENTER in the cell by default will happen display 25-Apr-07.
- Double click on the fill handler resulting in a data series of 25-Apr-07, 26-Apr-07, 27 -Apr-07 ... and so on until all the column next to the pre-filled data.
- Choose the data and format by pressing Ctrl + 1. In the Cell Format dialog box select the Custom tab and in the Type box Dab " Hasil Penjualan pada tanggal " (include also quote mark) in front of d-mmm-yy.
- Click OK then the data currently selected in front of him will grow with the special text that you insert earlier.
Copying Formulas Jumping Line
In the figure below there is a formula (formula) in cell C2. If pulled fill his handler will generate the number 0 in cell C3, C4, and C5. Therefore, to avoid the copy in an empty cell, select the cell source including the empty cells are desired, namely C2: C5. Further drag it fill handler corresponding multiples of 4 cells, then the result will be as shown in the following figure.
Techniques to Make More Series
You try to complete mastery of the technique as follows:
- Type 1 Jan 2000 in line 1.
- Drag it fill handler using the right mouse button until the 20th row and then release. Shortcut menu will appear next to it.
- Select Fill Weekdays, then the result will be seen in the Figure below.
Also try the other menu options to see the resulting effect.
Enter data using the Custom Fill Series
You can create a Custom Fill series in accordance with your own, such as making order of the day in Indonesian Monday Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday, or any other sequence.
Therefore the system Excel with the option Regional English (US) does not understand the names of days as above, then you should enter the series with the following steps:
- Click the Microsoft Office button and click Excel Options.
- On Personalized, under Top Option for working with Excel click the "Edit Custom List".
- In the Custom Lists dialog box, type in the box List Entries Monday, Tuesday, Wednesday ... ff. Then click the Add button.
- After the above process, Excel now recognize the order of the day in Indonesian.
Entering Data on Adjacent Cells
In Excel 2003 you must already know the Fill command to fill the same data in sequence to the cells to the side or up / down. In Excel 2007 if you want to enter data to fill proceed as follows:
If you make a cell block down choose Down, if the upward select UP, and if left to select Left.
If you intend to make the data series, for example 1, 2, 3 ... etc. or Sunday, Monday, Tuesday .... etc. choose Series ... so that the Series dialog box will appear.
Read More
- Type of data in the first cell.
- Make the cell block to the right side.
- Click the Fill button located on the Home tab, Editing group.
- Select the Right. Then the data that you entered in the first cell before the cell block will fill you created.
If you make a cell block down choose Down, if the upward select UP, and if left to select Left.
If you intend to make the data series, for example 1, 2, 3 ... etc. or Sunday, Monday, Tuesday .... etc. choose Series ... so that the Series dialog box will appear.
Repeating Input Data using Picklist
To make it easier to enter the same data over and over again you can use the facilities Pick List. When compared to the guessing AutoComplete completion of data that you type, Pick List displays a list of all kinds of data that you have entered into a "drop-down list". From the list you can click on the data to be repeated typing in the active cell.
Steps:
Read More
Steps:
- Type the data first.
- To repeat the data that has been typed, place the active cell in an empty cell in the column that contains the data to be repeated, then click with the right mouse a floating menu that is displayed, select Pick From List to perform drop-down list that contains the data that has been ever typed.
- Click the data to be repeated in the cell so that the data is entered into the cell and vanished drop-down list.
Repeating Item Has Entered on Same Column
If you load the data down in a column, then the same data item when it will re-type Excel will equip you with the facility of typing autocomplete. This is done when your data in the form of text or a mixture of text and numbers, while the data in the form of numbers, the data is a date or time will not be enforced.
To accept the AutoComplete press the ENTER key, but if the text to be typed is not entirely the same, just continue typing what you want or press the Backspace button to cancel and then continue typing Autocomplete data.
Turn off AutoComplete Facilities
To disable the AutoComplete do the following:
Read More
To accept the AutoComplete press the ENTER key, but if the text to be typed is not entirely the same, just continue typing what you want or press the Backspace button to cancel and then continue typing Autocomplete data.
Turn off AutoComplete Facilities
To disable the AutoComplete do the following:
- Click the Microsoft Office button and then click Excel Options.
- On the Advanced disable the option Enable AutoComplete for Cell values.
Switching to Other Open Workbook
In Excel 2003 to the rear we do with the Window menu and choose the name of the files that are currently open. In Excel 2007 enabled Views tab, then click the Switch Windows in the Window group
Read More
Inserting Data to Multiple Sheet at once
In the typing of data sometimes there are situations where we have to enter the data into multiple sheets at once just like using multiple sheets of carbon to form. For the easy way, before typing the data-sheet select the sheet that will enter the same data. If the sheet layout consecutive click the first sheet and press SHIFT and click the last sheet. If the sheet layout is not sequential use the CTRL key to select one by one. Once the desired sheet-sheet-elect begin typing data. At that time your whole treatment (data typing, change the column width, and so on) on the worksheet will be valid and occur at the entire sheet selected.
Displaying Several Other Worksheet Together
If there are multiple worksheet from the same workbook that you want to show together, do the following:
Read More
Displaying Several Other Worksheet Together
If there are multiple worksheet from the same workbook that you want to show together, do the following:
- On the View tab, in the Window group, click New Window. It was in the Windows task bar will appear New Windows 1.
- Switch to the new window and then click the tab you want to view.
- Repeat this step so that every sheet you want to display together have created a new window.
- Click the Arrange button and select Tile. Click OK.
Incorporating the Same Data on Another Worksheet
If you have to type the data into a cell (not range or not mutiple cells), then you can also enter these values in the same cells located on another worksheet in the workbook file without having to type again.
The trick is to choose the tab names of the worksheet to be filled (if consecutive press SHIFT, if not press CTRL).
If the tab is not visible slide the worksheet name using the scrolling button so that the tab name is visible.
Click on the destination worksheet cells that will be filled in with data. Then on the Home tab, click the Fill button located in the Editing group, and select Across Worksheet.
Read More
The trick is to choose the tab names of the worksheet to be filled (if consecutive press SHIFT, if not press CTRL).
If the tab is not visible slide the worksheet name using the scrolling button so that the tab name is visible.
Click on the destination worksheet cells that will be filled in with data. Then on the Home tab, click the Fill button located in the Editing group, and select Across Worksheet.
Incorporating the Same Data on Multiple Cells Instantly
Often we have to enter the same data in multiple cells at once. The cells can be consecutive, contiguous, split in spread place. This method will be very practical if you are already skilled use. For example when I enter data in a packing list for which data mostly have the same value.
Technique choose the cells that will contain the same data:
Type the value of the data and then press the CTRL key while pressing ENTER.
Read More
Technique choose the cells that will contain the same data:
- If the cells form a range with adjacent cells.
Press the F8 key, and move the active cell using the arrow keys, either to the right or to the bottom to form a range. Once the range is formed press F8 to turn off Extend mode. - If the cells scattered in several places.
Press and hold the CTRL key and click one by one the cells will be filled in the data of the same value. - If the cells contained in a very large range.
Click the first cell in the beginning of the range and press the F5 key. In the GO TO dialog box type the address of the last cell of the range. Press the SHIFT key while pressing the ENTER key. - If you will select all the cells in the workbook.
Press the shortcut CTRL + A (Remember, do not mess with this command in Excel 2007, because if later you enter the data means that you will enter data on tens of millions of interlocutory exist in this workbook. And this addition will take approximately one minute will also make use of your computer's memory directly to swell)
Type the value of the data and then press the CTRL key while pressing ENTER.
Friday, 21 August 2015
Inserting Data Date and Time Today Quickly
No comments
:
Diposkan oleh
admin
di
Friday, 21 August 2015
23:50
Label:
Excel
,
Komputer
,
Ms. Office
Excel has provided functionality - TODAY () to insert the current date is taken from the operating system. Or if you want to enter the clock with function = NOW (). However, Excel has a keyboard shortcut that can be used to enter the date and current time are practical and faster without having to type Excel functions.
Step enter today's date:
1. Select the cells that will hold the data of today's date.
2. Press the shortcut keys CTRL +; (semicolon).

Read More
Step enter today's date:
1. Select the cells that will hold the data of today's date.
2. Press the shortcut keys CTRL +; (semicolon).

Wednesday, 19 August 2015
Changing the Direction Moving Cells After Pressing ENTER
No comments
:
Diposkan oleh
admin
di
Wednesday, 19 August 2015
09:48
Label:
Excel
,
Komputer
,
Ms. Office
Click the Microsoft Office button and then click Excel Options. On the Advanced Category, under Edit choose After pressing ENTER, move selection Direction: Down, Right, Up, or Left.
If you enter data in a row in a row using the TAB key, then if it has reached the end of the table you press ENTER, the active cell will automatically jump to the next line in the cell located at the beginning of the table.
If you enter data in a cell. Then the cells are showing #####, meaning the data number you enter is wider than the width of the column. To overcome this, change the column width so that data can be accommodated figures.
Read More
Inserting Numeric Data and Text
Click the cell that will contain the data. Type the text data and the figures in it, then press the Enter key on the keyboard.
Once you enter data in a cell and then press ENTER, Excel will automatically move the active cell to the next empty cell. In order to direct the cell to the direction that you will need after pressing ENTER, the following way.
If you intend to enter data in a cell on a new line, while pressing ENTER press and hold down the ALT key, then at the top of the cell will appear Page Break line. This means that these cells will be on a new page on the sheet.
Read More
Once you enter data in a cell and then press ENTER, Excel will automatically move the active cell to the next empty cell. In order to direct the cell to the direction that you will need after pressing ENTER, the following way.
| Press the TAB | Move to the next cell |
| Press SHIFT + TAB | Move to the cell on the left |
| Press ENTER | Move to cell below |
| Press SHIFT + ENTER | Move to cell above it |
If you intend to enter data in a cell on a new line, while pressing ENTER press and hold down the ALT key, then at the top of the cell will appear Page Break line. This means that these cells will be on a new page on the sheet.
Tuesday, 18 August 2015
Deleting Duplicate Values in Table
No comments
:
Diposkan oleh
admin
di
Tuesday, 18 August 2015
21:44
Label:
Excel
,
Komputer
,
Ms. Office
If you want to clear the twin data values in a range of cells or table, then other values outside that range will not change. Given the twin data loss is permanent, it is recommended before deleting it so that you make a copy of the data range at another location within the same worksheet or workbook.
The steps are as follows:
Read More
The steps are as follows:
- Pick a range of cells or table, or at least active cell arriving at the table in question.
- Through tab Data, the group Data Tools, click Remove Dupliucates.
- Remove Duplicates dialog will appear. Do as follows:
- In the colums box, select which columns will be selected to be filtered. In the example chosen column numbers and names Members Members to ensure that no twins.
- To select an entire column quickly, click Select All.
- To remove all of the options on the column quickly, click Unselect All.
- After the selection of the dialog box above is completed, click the OK button.
- If it turns out there is no data to twins, then the screen will display a dialog box informing you that No duplicate values found.
- If for example you choose to filter a column group, then when clicked will display a dialog box informing you that there are 42 duplicate data is deleted, and there are 4 unique data remaining. With these steps, you can easily figure out that how many group memberships are stored in this table.
Results of these filters can still be Undo with Ctrl + Z if you do not intend to fix the results.
Monday, 4 April 2011
Keeping the Excel Data Format in Mail Merge
Some of us may have experienced, when the data is used as a data source in a Word mail merge, the data format in the document becomes not as they appear in Excel.
In order for Excel data format is maintained until when used in Word, first we set the Word by selecting Tools - Options. On the General tab, check settings on the Confirm conversion at Open.
After that do the steps as usual mail merge process at the stage select the Excel file that will be used as a source of data. After selecting the Excel file that was intended, a confirmation box will Appear the the data source, and select MS Excel Worksheets via DDE (* .xls) and click OK.
Next select the name of the range that has been defined in Excel or select Entire Spreadsheet.
We can see on the Mail Merge Recipients box that appears, the data formatted as in Excel.
Likewise, after the merge field is inserted in the document, the data is formatted as in Excel.
By changing the format of the data in Excel, the result data is displayed on the Word will also change. It can be used as a means of updating the desired data format.
Another thing, when we open the Word document file, containing the question box will appear as shown below.
Mail merge document in order to function, then we must choose Yes.
Read More
In order for Excel data format is maintained until when used in Word, first we set the Word by selecting Tools - Options. On the General tab, check settings on the Confirm conversion at Open.
After that do the steps as usual mail merge process at the stage select the Excel file that will be used as a source of data. After selecting the Excel file that was intended, a confirmation box will Appear the the data source, and select MS Excel Worksheets via DDE (* .xls) and click OK.
Next select the name of the range that has been defined in Excel or select Entire Spreadsheet.
We can see on the Mail Merge Recipients box that appears, the data formatted as in Excel.
Likewise, after the merge field is inserted in the document, the data is formatted as in Excel.
By changing the format of the data in Excel, the result data is displayed on the Word will also change. It can be used as a means of updating the desired data format.
Another thing, when we open the Word document file, containing the question box will appear as shown below.
Mail merge document in order to function, then we must choose Yes.
Subscribe to:
Posts
(
Atom
)
ENG
IDN
















































