Removing #### when no entries

kelly1

Well-known Member
Joined
May 11, 2003
Messages
525

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
You are kidding, right? You have a formula that is 156 characters long and you don't want to add a leading =IF(ISBLANK({cell},"" and a trailing )?

kelly1 said:
{snip}

I don't really whant to use ISBLANK then the whole formula as the code will be too long.
{snip}
 
Upvote 0
I think you missunderstood me.

I didn't want IF is blank and the whole formula then the whole formula if it is not blank.


If you know a short way fine, thats what I'm looking for.

Kelly
 
Upvote 0
I already gave it to you.

Replace {cell} with the actual cell that should have an entry before you want the formula applied.

IF(ISBLANK({cell},"",{your formula})
 
Upvote 0

Forum statistics

Threads
1,214,875
Messages
6,122,037
Members
449,062
Latest member
mike575

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