excel function - Microsoft Community
Office / Office 365 for business
i trying find function needed example this
in e3 use function returns text “blue” if column d “boy”, “pink” if column d “girl”, or “green” if column d “both”. copy formula e3 e4:e8.
tried using if function not work
please help!
e3: =if(d3="boy","blue",if(d3="girl","pink",if(d3="both","green","unknown")))
then drag fill down row 4 through 8 (or copy , paste).
if version of excel supports new ifs function do
e3: =ifs(d3="boy","blue",d3="girl","pink",d3="both","green",true,"unknown")
--
regards,
tom ogilvy
Office / Office 365 for business
Comments
Post a Comment