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

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
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,216,084
Messages
6,128,721
Members
449,465
Latest member
TAKLAM

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