IMPORTANT EXCEL FORMULAS FOR SUPPLY CHAIN PROFESSIONALS AND STRATEGISTS
1. SUM formula: The SUM formula is used to add up the values in a range of cells. In procurement analytics, you can use it to calculate the total spend on a specific category, department, or vendorSUM formula: =SUM(range)
2. AVERAGE formula: The AVERAGE formula calculates the average of a range of values. This can be used in procurement analytics to determine the average cost of a product or service, the average lead time for a vendor, or the average quality rating for a supplier.
AVERAGE formula: =AVERAGE(range)
3. INDEX-MATCH formula: The INDEX-MATCH formula is used to search for a value in a table and return a corresponding value from another column. In procurement analytics, you can use it to match specific criteria, such as finding the price of a product based on its unique identifier or locating vendor details based on specific attributes.
3. INDEX-MATCH formula: =INDEX(column_to_return, MATCH(lookup_value, lookup_column, 0))
4. COUNTIF/COUNTIFS formula: The COUNTIF formula counts the number of cells in a range that meet a specific condition. The COUNTIFS formula allows you to count cells based on multiple criteria. These formulas can be used in procurement analytics to count the number of occurrences or instances that meet certain conditions, such as the number of orders placed with a specific vendor or the number of times a product was returned due to quality issues.
4. COUNTIF/COUNTIFS formula: =COUNTIF(range, criteria) or =COUNTIFS(range1, criteria1, range2, criteria2)
5. VLOOKUP formula: The VLOOKUP formula allows you to search for a value in the left-most column of a table and return a corresponding value from another column. In procurement analytics, you can use it to look up supplier information based on their unique identification number, retrieve pricing details based on a product code, or fetch contract terms and conditions based on the supplier's name.
5. VLOOKUP formula: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])
6. IF statement: The IF statement allows you to perform conditional operations based on a specified criteria. In procurement analytics, you can use the IF statement to evaluate certain conditions and perform different calculations accordingly. For example, you can use it to determine if a supplier meets specific compliance requirements or to calculate the discount applied based on the volume of an order.
6. IF statement: =IF(condition, value_if_true, value_if_false)
7. Pivot tables: Pivot tables are a powerful feature in Excel that allows you to summarize and analyze large datasets. In procurement analytics, you can use pivot tables to summarize spending by category, department, or vendor, analyze trends and patterns in purchasing data, or identify cost-saving opportunities.
Pivot tables: Create pivot table by selecting ‘Insert’ -> ‘Pivot table’ from Excel ribbon.
Comments
Post a Comment