Things to know before admitting your kids to school

Here are few things that you must know or take care of before admitting your kids to school. If you are not taking care of these things, you might be putting you children to wrong school, risking life. Only irresponsible parents do this mistake who all do not love their children or one who are not serious about their children or one who are uneducated. So, let me guide you to few thins that you need to take care of before admitting your children to school. 1. See if school is registered to local registerer (respective government). 2. Check the classroom, bathroom, playground, kitchen, it needs to be clean. 3. Sit in the classroom for 5 to 10 min., see how they lecture children. 4. Check the school fee, other fee, transportation fee, see if you can afford. 5. Check the food they fed to children, how many times, they give food to children. 6. Check the school duration, start and end time, usually for children 4 to 8 hours, see for how long your student can sit in class. 7. Ask for holida...

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)

How to Manage Boot Configuration of Windows using CMD

How to Get Inverse of a Matrix in Excel