Home Assistant: Cheap and Easy Sprinkler Automation
The following guide will take you through how to automate your sprinkler system using a simple and cost effective method. What you will need: Sonoff Switch – I’m using the …
The following guide will take you through how to automate your sprinkler system using a simple and cost effective method. What you will need: Sonoff Switch – I’m using the …
Whether you love or hate using Excel, it is an extremely useful tool in a workplace or even home to easily calculate, analyse, audit and display data in a logical …
VLOOKUP =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]) Looks for a value in the leftmost column of a table, and then returns a value in the same row from a column you specify. …
AVERAGE =AVERAGE(number1, [number2], …) Returns the average (arithmetic mean) of its arguments, which can be numbers or names, arrays, or references that contain numbers MIN =MIN(number1, [number2], …) Returns the …
IF =IF(logical_test, [value_if_true], [value_if_false]) Checks whether a condition is met, and returns one value if TRUE and another value if FALSE AND =AND(logical1, [logical2], …) Checks whether all arguments are …
TRIM =TRIM(text) Removes all space from a text string except for single spaces between words CONCATENATE =CONCATENATE(text1, [text2], …) Joins several text strings into one text string LEN =LEN(text) Returns …
SUBTOTAL =SUBTOTAL(function_num, ref1, [ref2], …) Returns a subtotal in a list or database SUBTOTAL
ROUND =ROUND(number, num_digits) Rounds the number to a specified number of digits ROUNDUP =ROUNDUP(number, num_digits) Rounds a number up, away from zero ROUNDDOWN =ROUNDDOWN(number, num_digits) Rounds a number down, toward …
EOMONTH =EOMONTH(start_date, months) Returns the serial number of the last day of the month before or after a specified number of months and start of month DAY =DAY(serial_number) Returns the …
DAYS =DAYS(end_date, start_date) Returns the number of days between two dates NETWORKDAYS =NETWORKDAYS(start_date, end_date, [holidays]) Returns the number of whole workdays between two dates NOW =NOW() Returns the current date …