=IF(AND($D$9>1)*$C$22=1,"Yes","No")
Thanks
Nelly
=IF(AND($D$9>1)*$C$22=1,"Yes","No")
Thanks
Nelly
Nelly - Some context would be good. Maybe post the spreadsheet with sensitive data removed.
=IF(($D$9>1)*($C$22=1),"Yes","No")
or
=IF(AND($D$9>1,$C$22=1),"Yes","No")
"I'm not a perfectionist; I'm just perfect."
Try actually using the AND
=IF(AND($D$9>1,$C$22=1),"Yes","No")
If C22 contains a text entry then you'll get the #VALUE! error.
Maybe you meant this:
=IF(AND($D$9>1,$C$22=1),"Yes","No")
Biff
Microsoft MVP Excel
Keep It Simple Stupid
Let's Go Pens. We Want The Cup.
Thank You Mr Ben Miller - as you state - Prefect![]()
No problem ... glad I could help. Appreciate the feedback!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks