Forgot bit locker pin, forgot bit locker recovery key, 5 Easy ways to fix

Image
 Did you forgot your bit locker pin and recovery key. Try these methods, I hop it help you. 1. When you see this screen, Press "Esc" key in your keyboard for more recovery option. It will say preparing BitLocker recovery, You will see the screen bellow in few minute. Here we will click on "Skip the drive", You will see the screen bellow. Here you need to Turn off your PC, and then enter the BIOS of your PC. In order to enter BIOS, check for your PC brand and model and search on google, how to enter BIOS for your particular brand and model of your PC. Search for "Secure Boot" Enable it and check it, if it works for you. If it do not work, come back to same place and Disable "Secure Boot" and try again, see if it work for you. 2. If the above method do not work for you, try resetting your PC, You can choose any of the two option for resetting your PC, "Keep my files" or "Remove everything" whichever works for you. 3. If the abov...

How to Sort Array in Ascending or Descending Form in Excel

The SORT function is used to sort an array. It is used to sort a range or array in ascending or descending order based on one or more columns, returning a sorted array of values, and does not modify the original range or array.

Syntax: SORT(array, [sort_index], [sort_order], [by_col])

The arguments are:

  • array: The range or array to be sorted.
  • sort_index (optional): The column number or array of column numbers to sort by. If not specified, the function sorts by the first column.
  • sort_order (optional): A 1 or -1 indicating ascending or descending order respectively. If not specified, the function sorts in ascending order.
  • by_col (optional): A boolean value indicating whether to sort by columns (TRUE) or rows (FALSE). If not specified, the function sorts by columns.

For example, we have a exam marksheet of 10 students. To sort them from low to high, we can use the function as follows:

How to Sort Array in Ascending or Descending Form in Excel

The function returns the marksheet in ascending order based on marks. Note that, SORT function returns a#VALUE error if sort_index is out of range.

 

Popular posts from this blog

Top international payment gateway transaction fee comparison (2024)

What is Python Syntax and how to use?

How to Manage Boot Configuration of Windows using CMD