How can I put isblank and iferror in the same expression. If a cell is blank or if it has an error in it, I should do something.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s an example formula.
Using OR allows you to use two logical checks in the same IF. Just make sure the value in your
ISERRORandISBLANKare the same.Replace C20 with what you are checking, and replace “It is True” with what you want to do, if it is blank or an error.