Nesting IF Statements
hello Folks
Can anyone help me out with this one
Heres a wee example of the kind of thing i need to do
Age is in column B3 Formula is in column B4
=IF(B3>=18,"Adult","")
=IF(B3<18, "Child","")
How can these be nested together into one statement.
All help appreciated
Cheers Steve
hello Folks
Can anyone help me out with this one
Heres a wee example of the kind of thing i need to do
Age is in column B3 Formula is in column B4
=IF(B3>=18,"Adult","")
=IF(B3<18, "Child","")
How can these be nested together into one statement.
All help appreciated
Cheers Steve