How to protect and unprotect Excel sheet with or without password

рдЖрдк рд╣рдорд╕реЗ рдЬрд░реВрд░ рдЬреБреЬреЗ



How to protect and unprotect Excel sheet with or without password

рдЕрдм рдХрд┐рд╕реА рднреА рдкреНрд░рдХрд╛рд░ рдХреА рдкреНрд░реЛрдЯреЗрдХреНрдЯреЗрдб рдПрдХреНрд╕рд▓ рд╢реАрдЯ рдХреЛ рдЕрдирдкреНрд░реЛрдЯреЗрдХреНрдЯ рдХрд░реЛ

How to protect and unprotect Excel sheet with or without password

How to protect and unprotect Excel sheet with or without password

The tutorial shows how to protect Excel sheet with or without passwords. It also explains how to unlock Excel spreadsheet without password if you forgot or misplaced it.

This Post Was Sent us BY K.L. SEN MERTA┬а

When sharing your worksheets with other people or sending your Excel files outside of your organization, you may want to prevent other users from changing cells that shouldn’t be changed, and also from moving or deleting important data in your worksheet or workbook.

Luckily, Excel provides a quick and easy way to lock a sheet or password protect an entire workbook to prevent accidental or deliberate changes in their contents.

MAIN TOPICS

  • Excel worksheet protection – the basics
  • How to password protect an Excel sheet
  • How to unlock Excel spreadsheet
  • How to protect a workbook in Excel

What you need to know about Excel worksheet protection

Worksheet protection in Excel is not a security feature. It’s is not actually intended to prevent people from accessing data in a password-protected worksheet. Why? Because Microsoft Excel uses a very simple encryption algorithm for worksheet protection. Even when you protect your Excel worksheet with a password, that password is very easy to break.

In older versions (below Microsoft Excel 2010), it doesn’t even matter how long and complex your password is. Anyone who has at least some basic knowledge of VBA can crack it in minutes (here’s an example of the┬аVBA code┬аthat easily cracks passwords in Excel 2010 and lower versions).

The recent versions of Excel 2013 and 2016 use more sophisticated methods of sheet protection, but they are also vulnerable and can be unlocked without knowing a password. In other words, if someone really wants to get access to a protected sheet, they will.

So, does this mean that Excel worksheet protection is absolutely pointless? Not at all! It makes sense to lock Excel sheets to avoid accidental changes in the sheet contents. A common example is┬аLocking formula cells┬аto prevent inadvertent erasure or modification of formulas.

The bottom line is – lock an Excel spreadsheet to prevent other users from accidentally tampering with your data, but never store sensitive information in your Excel sheets.

If you strive to ensure the┬аmaximum security protection┬аfor your Excel files, be sure to do all of the following:

  1. Use the modern versions of Excel 2010, Excel 2013, and 2016 with enhanced data encryption mechanisms.
  2. Protect your sheets┬аwith strong passwords that include different types of alpha numeric characters and special symbols. At that, try to make passwords as random as possible, for example by using our┬аpassword generating tool.
  3. Protect the workbook structure┬аto prevent other people from adding, moving, renaming, deleting or unhiding your sheets.
  4. For workbook-level security, encrypt the workbook with different passwords from┬аopening┬аand┬аmodifying.
  5. If possible, store your Excel files with sensitive information in a secure location, e.g. on an encrypted hard drive.

How to protect Excel sheet

To protect a sheet in Excel 2016, 2013 and 2010, perform the following steps.

  1. Right click a worksheet tab at the bottom of your screen and select┬аProtect SheetтАж┬аfrom the context menu.Or, click the┬аProtect Sheet┬аbutton on the┬аReview┬аtab, in the┬аChanges┬аgroup.
    Protecting a sheet in Excel
  2. In the┬аProtect Sheet┬аdialog window, do the following:
    • To┬аpassword protect your Excel sheet, type a password in the corresponding field. Be sure to remember the password or store it in a safe location because you will need it later to unprotect the sheet.
    • If the worksheet protection is nothing more than a precaution against accidental modification of the sheet contents by yourself or by the members of your local team, you may not want to bother about memorizing the password and┬аleave the password field empty. In this case, unprotecting the sheet takes just a single click on the┬аUnprotect Sheet┬аbutton on the ribbon or in the sheet tab’s right-click menu.
    • Select the actions┬аyou allow the users to perform.
      • By default, the following 2 options are selected:┬аSelect locked cells┬аand┬аSelect unlocked cells. If you leave only these two options selected, the users of your sheet, including yourself, will be able only to select cells (both locked and unlocked).
      • To allow some other actions such as sorting, filtering, formatting cells, deleting or inserting rows and columns, check the corresponding boxes.
      • If you don’t check any action, users will only be able to view the contents of your Excel sheet.
    • Click the OK button.

    Type the password (optional) and choose the actions you want to allow your users to perform.

  3. The┬аConfirm Password┬аdialog box will pop-up prompting you to retype the password so that an accidental misprint won’t lock your Excel sheet forever. Retype the password and click OK. Done!

How to unprotect Excel sheet

As you have just seen, it’s very easy to password protect a sheet in Excel. Unprotecting a spreadsheet is even easier, provided that you know the password. Though, unlocking an Excel spreadsheet without password is no big deal either ЁЯЩВ

How to unprotect Excel sheet with password

If you know the password for the protected sheet, removing protection is a matter of seconds. Just do any of the following:

  • Right-click the sheet tab, and select┬аUnprotect SheetтАж┬аfrom the context menu.
    Unprotecting an Excel sheet with password
  • On the┬аReview┬аtab, in the┬аChanges┬аgroup, click┬аUnprotect Sheet.
    Another way to unprotect an Excel sheet with password
  • On the┬аHome┬аtab, in the┬аCells┬аgroup, click┬аFormat, and select┬аUnprotect Sheet┬аfrom the drop-down menu.
    One more way to unlock an Excel spreadsheet with password

If you are dealing with a┬аpassword-protected worksheet, Excel will ask you to enter the password. Type the password and click OK.

If the worksheet was not protected with password, clicking the┬аUnprotect Sheet┬аbutton is all it takes to unlock the sheet.

How to unprotect Excel sheet without password

As mentioned in the beginning of this tutorial, Excel worksheet protection is quite weak even in the recent versions of Excel 2013 and Excel 2016. If you need to edit a password protected sheet but you cannot remember the password, try to unlock that Excel spreadsheet by using one of the following methods.

Unlock Excel spreadsheet with VBA code (for Excel 2010 and lower)

If you are using Excel 2010 or older version, you can unlock a password-protected sheet with the following macro.

  1. Open your Excel document and switch to the password-protected sheet (it should be┬аactive┬аwhen you run the macro).
  2. Press┬аAlt + F11┬аto open the Visual Basic Editor.
  3. Right-click the workbook name on the left pane (Project-VBAProject┬аpane) and select┬аInsert┬а>┬аModule┬аfrom the context menu.
  4. In the window that appears, paste in the following code:
    ?
    Sub PasswordBreaker()
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а'Breaks worksheet password protection.
    ┬а┬а┬а┬а┬а
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аDim i As Integer, j As Integer, k As Integer
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аDim l As Integer, m As Integer, n As Integer
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аDim i1 As Integer, i2 As Integer, i3 As Integer
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аDim i4 As Integer, i5 As Integer, i6 As Integer
    ┬а┬а┬а┬а┬а
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аOn Error Resume Next
    ┬а┬а┬а┬а┬а
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аFor i = 65 To 66: For j = 65 To 66: For k = 65 To 66
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аFor l = 65 To 66: For m = 65 To 66: For i1 = 65 To 66
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аFor i2 = 65 To 66: For i3 = 65 To 66: For i4 = 65 To 66
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аFor i5 = 65 To 66: For i6 = 65 To 66: For n = 32 To 126
    ┬а┬а┬а┬а┬а
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аActiveSheet.Unprotect Chr(i) & Chr(j) & Chr(k) & _
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аChr(l) & Chr(m) & Chr(i1) & Chr(i2) & Chr(i3) & _
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аChr(i4) & Chr(i5) & Chr(i6) & Chr(n)
    ┬а┬а┬а┬а┬а
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аIf ActiveSheet.ProtectContents = False Then
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аMsgBox "Password is " & Chr(i) & Chr(j) & _
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аChr(k) & Chr(l) & Chr(m) & Chr(i1) & Chr(i2) & _
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аChr(i3) & Chr(i4) & Chr(i5) & Chr(i6) & Chr(n)
    ┬а┬а┬а┬а┬а
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аExit Sub
    ┬а┬а┬а┬а┬а
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аEnd If
    ┬а┬а┬а┬а┬а
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аNext: Next: Next: Next: Next: Next
    ┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬а┬аNext: Next: Next: Next: Next: Next
    ┬а┬а┬а┬аEnd Sub
  5. Press┬аF5┬аor click the┬аRun┬аbutton on the toolbar and wait a couple of minutes.
  6. The macro will report a cracked password, which is not the original one (always some combination of A’s and B’s), but nevertheless it works. You do not need to remember this fake password or enter it anywhere. Simply click OK and the sheet is unprotected!
Tips and notes: 

  • If your Excel file contains more than one protected sheet, run the macro for each sheet individually to unprotect it.
  • To unprotect Excel sheet without password in the modern versions of┬аExcel 2019,┬аExcel 2016┬аand┬аExcel 2013, you can save the document as Excel 97-2003 workbook (*.xls) first. Then, close Excel and reopen the workbook – it will be opened in compatibility mode. Run the macro to unprotect the worksheet, and then save the workbook back as an .xlsx file. Alternatively, you can use one of free tools, for example┬аPassword Protection Remover add-in for Excel. Or you can upload the protected Excel worksheet to your Google Drive, and then open it with Google Sheets (thank you for the┬аtip, Kanan!).

Copy the protected sheet contents to another worksheet

Another way (or rather a workaround) to unlock an Excel sheet that was protected with password is to copy its entire contents to a new sheet. Here’s how:

  1. Open the password-protected sheet.
  2. With the cursor positioned in cell A1, press┬аShift + Ctrl + End┬аto select all used cells in the worksheet.
  3. Press┬аCtrl + C┬аto copy the selected cells.
  4. Create a new sheet in the current workbook or in a different workbook (to create a new Excel file, simply press┬аCtrl + N).
  5. In the new blank worksheet, place the cursor in A1 and press┬аCtrl + V┬аto paste the contents of the password-protected sheet.
Notes: 

  • This method works only if the┬аSelect locked cells┬аand┬аSelect unlocked cells┬аactions are allowed in the protected spreadsheet.
  • If the password-protected worksheet has external links to other sheets or workbooks, you may need to re-create those links manually.
  • You can use┬аPaste Special┬аto copy / paste the column widths so you won’t need to adjust them in the new sheet manually.

How to protect a workbook in Excel

Apart from protecting the sheet contents, you may also want lock the entire workbook to prevent users from adding, moving, renaming or deleting worksheets, and viewing hidden sheets.

To protect the workbook, perform the following steps:

  1. On the┬аReview┬аtab, in the┬аChanges┬аgroup, click the┬аProtect Workbook┬аbutton.
    Protecting a workbook in Excel
  2. Under┬аProtect workbook for, select one of the two options, or both:
    • Check the┬аStructure┬аbox to protect the structure of a workbook. This will prevent the following actions:
      • Viewing hidden worksheets.
      • Renaming, moving, hiding or deleting sheets.
      • Inserting new sheets and chart sheets. However, users will be able to insert a chart in an existing worksheet.
      • Moving or copying sheets to another workbook.
    • Check the┬аWindows┬аbox to retain the size and position of workbook windows. This will prevent users from moving, resizing, minimizing, or closing the workbook windows.
      Protecting the workbook structute 

      Note.┬аThe┬аWindows┬аoption is not available (greyed out) in Excel 2013 and Excel 2016, as shown in the screenshot above. It is because Microsoft introduced the Single Document Interface in Excel 2013, where each workbook has its own top-level window that can be minimized, restored, and closed.
  3. In the┬аPassword┬аbox, type a password, and click the┬аOK┬аbutton.
    As indicated on the dialog window, a password is optional. However, if you do not enter a password, then anybody will be able to unlock your workbook with a button click.
  4. Retype the password in the┬аConfirm Password┬аwindow and click┬аOK. That’s it!

How to unlock a protected workbook in Excel

To remove the workbook protection, do the following:

  1. Click the┬аProtect Workbook┬аbutton again (in a locked workbook, it is highlighted in green like in the screenshot below):
    Removing the workbook protection in Excel
  2. Type the password if prompted.
  3. Save the workbook.
Important note!┬аProtecting the workbook structure should not be confused with workbook-level password encryption that can prevent other users from opening or/and modifying your workbook. If you are interested in this level of workbook protection, check out the next sections of this tutorial.

Password protect Excel workbook from opening

If you store your workbooks in a shared location such as a company local network, and you want to prevent other users from viewing your Excel files, you can encrypt your workbook with password that won’t even let other people open it.

  1. In the workbook you want to encrypt, click┬аFile┬а>┬аInfo, click the┬аProtect Workbook┬аbutton, and select┬аEncrypt with Password┬аin the drop-down menu.
    Select the 'Encrypt with Password' option to protect your Excel workbook from opening.
  2. The┬аEncrypt Document┬аwindow will appear, you enter a password in the┬аPassword┬аbox, and click┬аOK.
    Enter a password to open the workbook.. 

    By default, Microsoft Excel uses AES 128-bit advanced encryption, and you can supply a password up to 255 characters.

  3. Retype the password in the┬аReenter password┬аbox, and click┬аOK.
  4. Save your workbook.

To┬аremove the workbook encryption, repeat the above steps, delete the password from the┬аPassword┬аbox, click OK, and then save your workbook.

Tip.┬аIn addition to password-protection, you can secure your Excel files further by using the┬аBitLocker Drive Encryption, which is available in the Ultimate and Enterprise editions of Windows Vista and Windows.

Password protect Excel workbook from modifying

If you don’t mind other users opening your Excel file but you want to prevent them from making any changes to your workbook, perform the following steps.

  1. In your Excel workbook, click the┬аSave As┬аbutton, and then click the┬аTools┬аbutton at the bottom of the window.
  2. In the┬аTools┬аdrop-down menu, select┬аGeneral Options.
    Password protect Excel workbook from modifying.
  3. In the┬аGeneral Options┬аdialog window, type a password in the┬аPassword to modify┬аbox. Additionally, you can select the┬аRead-only┬аoption, which is recommended.
    Type a password in the 'Password to modify' box. 

    Tip.┬аIf you want to protect your Excel file both from modifying and opening, type the passwords in the┬аPassword to open┬аand┬аPassword to modify┬аboxes. It can be the same password of two different ones.
  4. Retype the password in the┬аConfirm Password┬аdialog, and click┬аOK. If you’ve entered 2 passwords in the previous step, you will be asked to confirm both.
  5. Finally, click the┬аSave┬аbutton in the┬аSave As┬аdialog.

To┬аremove the password protection, repeat the above steps, and delete the password(s) from the┬аPassword to open┬аand┬аPassword to modify┬аboxes. Then click the┬аSave┬аbutton to save your workbook.

This is how you can protect an Excel sheet and lock the entire workbook from changing or opening. However, sometimes you may not want to go that far and rather lock only certain cells in your sheet. And this is exactly what we are going to discuss in the next article. I thank you for reading and hope to see you on our blog next week.

How to protect and unprotect Excel sheet with or without password

рд╣рдорд╛рд░рд╛ рд╡реНрд╣рд╛рдЯреНрд╕рдЕрдк рдЧреНрд░реБрдк рдЬреНрд╡рд╛рдЗрди рдХрд░рдиреЗ рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХреАрдЬрд┐рдП

 

рдЖрдкрдХреЛ рд╣рдорд╛рд░реА рдпрд╣ рдкреЛрд╕реНрдЯ рдХреИрд╕реА рд▓рдЧреА рд╣рдореЗрдВ рд╣рдорд╛рд░реЗ рдлреЗрд╕рдмреБрдХ рдкреЗрдЬ рдкрд░ рдХрдореЗрдиреНрдЯ рдХрд░рдХреЗ рдЕрд╡рд╢реНрдп рдмрддрд╛рдпреЗ┬аЁЯСЙ┬аJOIN FACEBOOK┬а┬аJOIN TELEGRAM

рдмреИрдВрдХ рдЬреЙрдм рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а рд░реЗрд▓рд╡реЗ рдЬреЙрдм рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а рд░рд╛рдЬрд╕реНрдерд╛рди рд╕рд░рдХрд╛рд░ рдХреЗ рдЬреЙрдм рдХреЗ┬а рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а рд╕реЗрдирд╛ рднрд░реНрддреА рдХреЗ┬а рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а
рдиреЗрд╡реА рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а рд╡рд╛рдпреБрд╕реЗрдирд╛ рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а RPSC рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а SSC рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а
рдпреВрдирд┐рд╡рд░реНрд╕рд┐рдЯреА рд░рд┐рдЬрд▓реНрдЯ рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а рд╢рд┐рдХреНрд╖рдХ рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а LDC рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а рдкреБрд▓рд┐рд╕ рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а

рдЗрд╕ рдкреЛрд╕реНрдЯ рдХреЛ рдЖрдк рдЕрдкрдиреЗ рдорд┐рддреНрд░реЛ, рд╢рд┐рдХреНрд╖рдХреЛ рдФрд░┬а ┬ардкреНрд░рддрд┐рдпреЛрдЧрд┐рдпреЛрдВ рд╡ рд╡рд┐рджреНрдпрд╛рд░реНрдерд┐рдпреЛрдВ (рдХреЗ рд▓рд┐рдП рдЙрдкрдпреЛрдЧреА рд╣реЛрдиреЗ рдкрд░)┬а рдХреЛ рдЬрд░реВрд░ рд╢реЗрдпрд░ рдХреАрдЬрд┐рдП рдФрд░ рдЕрдкрдиреЗ рд╕реЛрд╢рд▓ рдорд┐рдбрд┐рдпрд╛ рдкрд░ рдЕрд╡рд╢реНрдп рд╢реЗрдпрд░ рдХрд░рдХреЗ рдЖрдк рд╣рдорд╛рд░рд╛ рд╕рдХрд╛рд░рд╛рддреНрдордХ рд╕рд╣рдпреЛрдЧ рдХрд░реЗрдВрдЧреЗ

тЭдя╕ПЁЯЩПрдЖрдкрдХрд╛ рд╣реГрджрдп рд╕реЗ рдЖрднрд╛рд░ ЁЯЩПтЭдя╕П

рдЖрдЧреНрд░рд╣ :-рдЖрдк рдЬрд╛рдирдХрд╛рд░реА рдХреЛ рдкреЭрддреЗ рд╣реБрдП рдпрд╣рд╛рдБ рдЕрдВрдд рддрдХ рдкрд╣реБрдВрдЪреЗ рд╣реИрдВ рддреЛ рдЗрд╕рдХрд╛ рдЕрднрд┐рдкреНрд░рд╛рдп рд╣реИрдВ рдХрд┐ рдЖрдкрдХреЛ рд╣рдорд╛рд░реЗ рджреА рдЧрдпреА рдЬрд╛рдирдХрд░реА рдЕрдЪреНрдЫреА рд▓рдЧреА рд╣реИрдВ рдЕрдд: рдЖрдкрд╕реЗ рдЖрдЧреНрд░рд╣ рд╣реИрдВ рдХрд┐ рдЖрдк рд╣рдорд╛рд░реЗ рд╕реЛрд╢рд▓ рдореАрдбрд┐рдпрд╛ рдкреНрд▓реЗрдЯрдлреЛрд░реНрдо рд╕реЗ рдЕрд╡рд╢реНрдп рдЬреБреЬреЗ ЁЯЩПЁЯП╗



рд╡рд┐рднрд┐рдиреНрди рдкреНрд░рдХрд╛рд░ рдХреА рднрд░реНрддрд┐рдпреЛрдВ рдХреЗ рдЕрд▓рд░реНрдЯ рджреЗрдЦрдиреЗ рдХреЗ рд▓рд┐рдП рд╣рдо рд▓реЗрдХрд░ рдЖрдпреЗ рд╣реИрдВ рдмреЗрд╣рддрд░реАрди рд╡реЗрдмрд╕рд╛рдИрдЯ

рдмреИрдВрдХ рдЬреЙрдм рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ рд╕реЗрдирд╛ рднрд░реНрддреА рдХреЗ┬а рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а RPSC рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а рд╢рд┐рдХреНрд╖рдХ рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а
рдмреИрдВрдХ рдЬреЙрдм рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ рдиреЗрд╡реА рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ SSC рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а LDC рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а
рд░рд╛рдЬрд╕реНрдерд╛рди рд╕рд░рдХрд╛рд░ рдХреЗ рдЬреЙрдм рдХреЗ┬а рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а рд╡рд╛рдпреБрд╕реЗрдирд╛ рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а рдпреВрдирд┐рд╡рд░реНрд╕рд┐рдЯреА рд░рд┐рдЬрд▓реНрдЯ рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а рдкреБрд▓рд┐рд╕ рднрд░реНрддреА рдХреЗ рд▓рд┐рдП рдпрд╣рд╛рдБ рдХреНрд▓рд┐рдХ рдХрд░реЗрдВ┬а

рдЗрд╕ рдкреЛрд╕реНрдЯ рдХреЛ рдЖрдк рдЕрдкрдиреЗ рдорд┐рддреНрд░реЛ, рд╢рд┐рдХреНрд╖рдХреЛ рдФрд░ рдкреНрд░рддрд┐рдпреЛрдЧрд┐рдпреЛрдВ рд╡ рд╡рд┐рджреНрдпрд╛рд░реНрдерд┐рдпреЛрдВ (рдХреЗ рд▓рд┐рдП рдЙрдкрдпреЛрдЧреА рд╣реЛрдиреЗ рдкрд░)┬а рдХреЛ рдЬрд░реВрд░ рд╢реЗрдпрд░ рдХреАрдЬрд┐рдП рдФрд░ рдЕрдкрдиреЗ рд╕реЛрд╢рд▓ рдорд┐рдбрд┐рдпрд╛ рдкрд░ рдЕрд╡рд╢реНрдп рд╢реЗрдпрд░ рдХрд░рдХреЗ рдЖрдк рд╣рдорд╛рд░рд╛ рд╕рдХрд╛рд░рд╛рддреНрдордХ рд╕рд╣рдпреЛрдЧ рдХрд░реЗрдВрдЧреЗ

тЭдя╕ПЁЯЩПрдЖрдкрдХрд╛ рд╣реГрджрдп рд╕реЗ рдЖрднрд╛рд░ ЁЯЩПтЭдя╕П

 




рдирд╡реАрдирддрдо рдЕрдкрдбреЗрдЯ

EXCEL SOFTWARE



рдкреНрд░рдкрддреНрд░ FORMATS AND UCs

PORATL WISE UPDATES



LATEST RESULTS

Pin It on Pinterest

Shares
Share This

Share This

Share this post with your friends!