1 / 2

FUNCTIONS : AVERAGE(number1, number2, …) AVERAGEIF((range, criteria, average_range )

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.

hamlin
Télécharger la présentation

FUNCTIONS : AVERAGE(number1, number2, …) AVERAGEIF((range, criteria, average_range )

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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)

  2. 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)

More Related