Dsc305 Question Solution Clean
Dsc305 Question Solution Clean
A bar chart:
- Displays data in rectangular bars.
- Bars can be horizontal or vertical.
- Used to compare discrete values.
- Length of bars represents the magnitude of values.
- Easy to interpret and analyze data.
Lookup functions like VLOOKUP and HLOOKUP retrieve data from a table based on matching
values.
Example: Using VLOOKUP:
=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
It finds a value in the first column of a table and returns the value in a specified column.
A pie chart:
- Divides data into slices to show proportions.
- Each slice represents a category's percentage of the whole.
- Useful for showing parts of a whole.
Example: Visualizing sales contribution of products (Product A = 30%, Product B = 70%).