Insert Yes in place of all numbers

zipperau2004

New Member
Joined
Jul 1, 2011
Messages
4
Hi there Excelions
I am working on a spread sheet for house paint quoting. Sheet1 has all the calculations for time and labor. Which have formulated correctly.I have transfered to sheet 2 the price ,which is the actual quotation for the customer.

I wish to change formula =Sheet1!$B$7 from a numerical value into a word,such as yes or paint .This is so the customer only can see, that the area nominated is to be painted not the time taken to complete the painting.

All help is greatly appreciated. Oh yes I am a newbie lol
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Welcome to the board. Try:
Code:
=IF(ISNUMBER(Sheet1!$B$7),"YES",Sheet1$B$7)
 
Upvote 0
Thanks JackDanIce it worked:)
Is there a formula to do the whole or part of a column.
On sheet 1 B6 through to B14 have different numerical values.
On sheet 2 am I able to make the column say yes for B6 through to B14? Or do I need to calculate individually.

All help appreciated
 
Upvote 0
I got ahead of myself a bit, How do I stop the values on sheet 2 from displaying the word False, when there is no value added on sheet one.

regards the House Painter
 
Upvote 0
Instead of changing all those formulas, you might want to use the custom format "Yes";"negative";""
A cell holding a positive number will display Yes, a negative number will show negative and a cell with 0 will show nothing.
 
Upvote 0
Thanks for the reply. Where do i customise:confused:
Select all the cells that you want to apply this to, then right click the selection and click on "Format Cells" in the popup list that appears... this will bring up a dialog box... click the Number tab and then click on "Custom" in the list box labeled "Category"... copy/paste what mikerickson posted to you in the field directly under the label "Type", then click the OK button.
 
Upvote 0

Forum statistics

Threads
1,224,524
Messages
6,179,304
Members
452,904
Latest member
CodeMasterX

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