In order to execute the above in Microsoft Office Excel, you can use the following formula in Cell C5:
= IFS(B5 > 50000, "P1 ", B5 > 25000, "P2", TRUE, "P3)
This formula checks if B5 is greater than 50,000, returns "P1"; if not, checks if B5 is greater than 25,000, returns "P2"l otherwise, returns "P3".
Simply type the equal sign (=) followed by the numbers you wish to calculate and the math operators you wish to use ( * for multiplication, + for subtraction,asterisk for addition, and forward slash ( /) for division) to use formulas.
There are complicated formulae and functions and there are basic ones. Some of the sophisticated features include:
The XLOOKUP feature
The VLOOKUP feature
MATCH Function / Index
SUM Function of Product
Functions for SUMIFS/COUNTIFS and SUMIF/COUNTIF
FILTER Operation
Function of SORT and SORTBY
A Unique Purpose