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 Transform an Array in a Single Column

TOCOL function is used to transform an array into a single column. The TOCOL function lets you rearrange values in 2D cell ranges to a single column. It’s handy for combining data across multiple columns and rows into a single column.

Syntax: TOCOL(array, [ignore], [scan_by_column])

Here, 

·   array : The array or reference to return as a column.

· ignore : [Optional] Use the values listed below to specify whether to ignore certain types of values. By default, no values are ignored.

o    0 : Keep all values (default)

o    1 : Ignore blanks

o    2 : Ignore errors

o    3 : Ignore blanks and errors

·  scan_by_column : [Optional] Scan the array by column. By default, the array is scanned by row. Scanning determines whether the values in the function result are ordered by row or by column.

Suppose you have the following data in cells E1:H6. To convert this data to a single column array, you can use the TOCOL function as follows:

How to Transform an Array in a Single Column

The result will be a dynamic array that consists of the values from the input range, arranged in a single column as shown in the picture.

 

Popular posts from this blog

Top international payment gateway transaction fee comparison (2024)

How to Manage Boot Configuration of Windows using CMD

What is Python Syntax and how to use?