@pete-s said in Excel Help:
The IFS formula is just a bunch of "if" stacked together
Is the same as:
if F2=B12 then result=C12
if F2=B13 then result=C13
if F2=B14 then result=C14
if F2=B15 then result=C15
etc
Yeah when i look at the whole thing like that makes sense
If $B$12 (which is column B, row 12), then enter value from $C$12 (i.e. the data from column C, row 12),
It keeps checking like this until there is a match, or the end is reached.
Was overwhelmed by all the $ in there