If one or another cell is blank then?

Darla123

New Member
Joined
May 24, 2016
Messages
8
Hello, I have 3 cells, let's call them A1, B1 and C1. If A1 OR B1 are blank, then I want C1 to be blank too. Otherwise I have the a calculation for C1. What is the best way to accomplish this?
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Formula in C1:
=IF(OR(A1="",B1=""),"",calculation here)
 
Upvote 0
You can put this formula in C1, just complete the specific calculation.

=IF(OR(A1="",B1=""),"","Put your calculation here")
 
Upvote 0
It's not a problem, anyone can have some blank on some formula. Glad we could help you.

I hope both work correctly as we did the exact same thing.
 
Upvote 0

Forum statistics

Threads
1,215,433
Messages
6,124,861
Members
449,195
Latest member
MoonDancer

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top