Saved Bookmarks
| 1. |
What is the difference between sorting and filtering of data? |
|
Answer» Sorting means arranging the data in ascending or descending order. Sorting can be done on numerical and textual values. Also it can be applied on multiple columns. Filtering is a quick and easy way to find and work with selected data based on the criteria you specify. The filter feature selectively blocks out the data you do not want to see and displays only the rows or columns that meet the conditions or criteria you specify. Filtering can be done two ways: AutoFilter and Standard Filter Sorting rearranges the range of cells but filtering only hides temporarily the rows / columns you do not want. |
|