answersLogoWhite

0


Best Answer

no

only data can be sort from the excel sheet.. not in the file

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can you sort files in ascending and descending orders?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which action do you perform on a data source to reorganize the order of the record for a merge?

You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.You can sort the data in ascending or descending order.


How can you tell what sort has been preformed out of Ascending and Descending on a computer?

For alphabetical, Ascending is Z->A and Descending is A->Z


How do you sort three ascending numbers?

Highlight the numbers and click on the sort button. You can sort ascending (smallest to largest) or descending (largest to smallest).


You can sort numeric fields in ascending order only?

No. They can be sorted either ways. Ascending or Descending.


What two ways can you sort information?

In ascending order and in descending order.


How do you sort variable in ascending or descending order both in php?

Assuming that the values are stored in an array, you can use the php function sort($array) to sort ascending, and rsort to sort descending. The following link gives a table that lists all of the built in PHP sort functions: http://php.net/manual/en/array.sorting.php


Data organized in ascending or descending order?

ranking correct answer is numerical order


Sort array in ascending descending order in python?

Using sorted(array,reverse=True)


How you rearrange the data in ascending or descending order?

Select the data you want to sort. Then use the Sort option, picking A to Z for ascending order or Z to A for descending order. You can choose which columns to sort by and even to do primary and secondary sorts, like sorting first by surname and then by first name.


What button do you use to put data in a specific order?

The sort buttons. You can use them to sort in ascending order or descending order. One has A above Z with a down arrow enabling you to sort in ascending order. The other has Z above A with a down arrow enabling you to sort in descending order. Once your data is selected, you can click the appropriate button to do the sort you want.


How do you sort data in a database?

To sort is to arrange a field(column) depending on whether you choose to have them from lowest to highest or from highest to lowest (ascending or descending)


In a selection sort when changing from ascending to descending order only---------- modifications need to be made to the algorithm?

Change every "<" to ">" and ">" to "<" .