20 likes | 172 Vues
This guide presents a comprehensive overview of midterm functions essential for calculating water rates in databases and spreadsheets. Learn how to utilize functions like AVERAGE, SUM, COUNT, and VLOOKUP, among others, to analyze water consumption data efficiently. The functions covered allow for advanced operations, such as conditional counting and averaging, rankings, and financial calculations. Whether you are managing water utilities or conducting financial forecasts, understanding these functions will enhance your data analysis skills significantly.
E N D
WATER MIDTERM RATE FUNCTIONS: AVERAGE(number1, number2, …) AVERAGEIF((range, criteria, average_range) COUNT(value1,value2, ...) COUNTIF(range, criteria) LARGE(array,k) MAX(number1, number2, …) MIN(number1, number2, …) SMALL(array,k) SUM(number1, number2, …) SUMIF(range, criteria, sum_range) RANK( number, ref, order) RANK.EQ(number, ref, order) ROUND(number,num_digits) Logical Functions NOT(logical) AND(logical1, logical2,…) OR(logical1, logical2,…) IF(logical_test,value_if_true, value_if_false) Financial Functions FV(rate, nper, pmt, pv, type) NPER(rate, pmt, pv, fv, type) PMT(rate, nper, pv, fv, type) PV(rate, nper, pmt, fv, type) RATE(nper, pmt, pv, fv, type) Reference Functions HLOOKUP(lookup_value, table_array, row_index_no, range_lookup_type) VLOOKUP(lookup_value, table_array, col_index_no, range_lookup_type)
WATER RATE MIDTERM FUNCTIONS: AVERAGE(number1, number2, …) AVERAGEIF((range, criteria, average_range) COUNT(value1,value2, ...) COUNTIF(range, criteria) LARGE(array,k) MAX(number1, number2, …) MIN(number1, number2, …) SMALL(array,k) SUM(number1, number2, …) SUMIF(range, criteria, sum_range) RANK( number, ref, order) RANK.EQ(number, ref, order) ROUND(number,num_digits) Financial Functions FV(rate, nper, pmt, pv, type) NPER(rate, pmt, pv, fv, type) PMT(rate, nper, pv, fv, type) PV(rate, nper, pmt, fv, type) RATE(nper, pmt, pv, fv, type) Logical Functions NOT(logical) AND(logical1, logical2,…) OR(logical1, logical2,…) IF(logical_test,value_if_true, value_if_false) Reference Functions HLOOKUP(lookup_value, table_array, row_index_no, range_lookup_type) VLOOKUP(lookup_value, table_array, col_index_no, range_lookup_type)