M mklearn New Member Dec 29, 2022 #1 may be in text its 'Female not Female, this ' symbol is getting into error. file is also attached Attachments second.xlsx second.xlsx 14.7 KB · Views: 6
Debaser Well-Known Member Dec 29, 2022 #2 AND operates on all the cells in the range passed to it and returns one result, not an array. Use: =IF(AND($E11="Female",$H11<50000),"Eligible for gift","0") and copy it down.
AND operates on all the cells in the range passed to it and returns one result, not an array. Use: =IF(AND($E11="Female",$H11<50000),"Eligible for gift","0") and copy it down.
M mklearn New Member Dec 29, 2022 #3 t Debaser said: AND operates on all the cells in the range passed to it and returns one result, not an array. Use: =IF(AND($E11="Female",$H11<50000),"Eligible for gift","0") and copy it down. Click to expand... thank you so much its done
t Debaser said: AND operates on all the cells in the range passed to it and returns one result, not an array. Use: =IF(AND($E11="Female",$H11<50000),"Eligible for gift","0") and copy it down. Click to expand... thank you so much its done