I am trying to create a spreadsheet using the If function to turn yes, no answer to numbers.
For example column D already has data validation for a yes, no drop down option. I am trying to get column E to show different value for a yes or no option. Currently using =if(D2="Yes", 1,0) Hope is that if I select drop down yes it will show 1 or if I
pick no or if there is no value it would be zero.
Currently with the =if(D2="Yes", 1,0) it results in a 0 appearing and does not change to 1 if yes is input in D2. As well if I add a space after "Yes " it will show 1, but wont change to 0.
Was hoping for help or different ideas to get something similar.
Currently using Microsoft excel 2011 on Mac
Thank you,