formula question

Landonking

New Member
Joined
May 24, 2011
Messages
5
I have the formula =IF(ISBLANK(N13),K13,Q13*P13*O13).

When the condition is True I return K13. In some cases K13 may be a blank cell. Currently, the formula returns a 0 is K13 is blank. Instead of a 0 I need to just return a blank cell. How do I change this formula so that I get a blank cell when K13 is blank?

Thanks in advance for any help,
Landon
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Something perhaps to bear in mind is that if a cell is set to "", it may visually look blank, but if you test that cell with =ISBLANK(A1) the answer will be FALSE because Excel evaluates that cell as containing characters (which just happen to be ones you can't see!)
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,351
Members
452,907
Latest member
Roland Deschain

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