Hi guys,
I got the following problem. I have a dataset that for which I want to allocte a "1" or a "0" for specific combinations of IF statements.
I'm using the following formula: =IF(ISTEXT(P10),"",IF(P10>25%,IF(Q10>10%,IF(R10>5%,1,0))))
However, in some cases it returns "FALSE" instead of a "1" or a "0". I need to code it like this as I want to do a panel regression. Can anyone tell me what I'm doing wrong?
I got the following problem. I have a dataset that for which I want to allocte a "1" or a "0" for specific combinations of IF statements.
I'm using the following formula: =IF(ISTEXT(P10),"",IF(P10>25%,IF(Q10>10%,IF(R10>5%,1,0))))
However, in some cases it returns "FALSE" instead of a "1" or a "0". I need to code it like this as I want to do a panel regression. Can anyone tell me what I'm doing wrong?
