Forum Discussion

tomeegee's avatar
tomeegee
Brass Contributor
Mar 19, 2021
Solved

IFS getting #NAME? on Mac Excel V 16.37

I have a multi worksheet file in which I want to fill two boxes conditionally across workbooks drawing from two lists. When I got #NAME? I thought it was due to long, complicated formula with all the...
  • HansVogelaar's avatar
    Mar 19, 2021

    tomeegee 

    It's not IFS, but the text value A - it should be enclosed in ":

     

    =IFS(B2="A",2,B2=B3,D3,...)

     

    (Weird formula, by the way)