IS Week 6

This week in class we worked largely with Excel manipulation and usage. We worked on basics like column naming and data input, but then moved on to more sophisticated data manipulation measures. We first learned count and sum functions. These tally the values of a set of cells automatically, decreasing the processing time of data. We also learned how to implement excels logical functions like IF, AND, and OR, which allow for conditional commands to be applied to data in order to manipulate only select data points. Cell references were also covered, with the distinctions between absolute, relative, and mixed references particularly emphasized. Relative references change when they are pasted or filled, whereas absolute references do change, as they are hardcoded to a given cell. Entry of dates and times using slashes, dashes, and colons were also reviewed. Text functions, such as those that allow for the synthesis of two different string cells, were also covered and included. Lookup functions were covered next. These include but are not limited to HLOOKUP, VLOOKUP, MATCH, INDEX, and CHOOSE. CHOOSE gets a value from a given list of values. HLOOKUP retrieves data from a given row, while VLOOKUP retrieves data from a given column. INDEX returns the value at a given position in an array. MATCH searches for a value in a given range of cells. The ROUND functions round values either up, down, or to the closest value in excel. Finally, we covered array formulas, common errors, sort, filter, and conditional formatting.

https://www.excel-easy.com/basics.html


Comments

Popular posts from this blog

IS Week 12

IS Week 11

IS Week 2