How to format a $ sign into a blank cell?

mt011

New Member
Joined
Aug 29, 2002
Messages
8
I know this may be a really simple question, but here goes. I want to insert a $ sign in a range of cells that are blank (""). I know how to do this from a zero value with out the zero displaying, but can not figure out the blank?

Thanks
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Highlight your range of cells. Go to "edit" then "replace" leave the "find" line empty and in the replace line insert $, select replace all.
 
Upvote 0
I guess I did not do a good job wording my question. These cells have formulas in them. If the result of a formula is >0, it returns a $00.00, and <0 a red $00.00. I want to display the $ in all cells until data is entered.
 
Upvote 0
Certainly, someone can tackle this simple question? Or is it just not possible to format the cells (with a formula) that are blank with a dollar $?
 
Upvote 0
On 2002-08-30 11:01, lenze wrote:
What is your Formula?

If we knew your formula, we could probably provide a better answer.

consider

=IF(B2>10,1,"$")
 
Upvote 0
I was thinking there was a feature or command in the Format Cells under the custom category. However, the formula I have in the cell is:
=if('sheet1!D10="",0,'sheet1'!D10)

Thanks for your help!
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,818
Members
449,049
Latest member
cybersurfer5000

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