REPT formula in Excel | How to Do Word Repetition
Understanding REPT in Excel
textfunctionexcel.blogspot.com - The REPT formula in Excel is a text function ( functional text ) that is used to repeat ( repeat ) strings (characters, words, or sentences). Using this function is quite simple, it only has 2 arguments. The following is the systematics of the REPT formula,
Systematics of Writing REPT Formulas
= REPT ( text , number_times )
- text is text (sentence or word) that will be repeated by the REPT function. text can be a cell reference or direct text in quotation marks.
- number_times is the number of word repetitions performed, it can range between 0, 1, 2, 3, etc.
- number times 0 will indicate blank text "".
- The maximum result that can be achieved is 32,767 characters.
IMPORTANT : The use of commas (,) or semicolon (;) in the FORMULA is adjusted to the version of Microsoft Excel and the language configuration on your computer. bandarq online
Example of Using the REPT Formula
Writes "Formula" 3 times
= REPT ( "Formula" , 3 )
So that the results obtained "Formulas Formulas".
Writes text in cell A1 3 times
= REPT ( A1 , 3 )
So that the results obtained "AdvernesiaAdvernesiaAdvernesia".
Komentar
Posting Komentar