Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
Mo2 Mo2 is offline
external usenet poster
 
Posts: 34
Default Conditional Formatting question (if cell = 0, wrap cell in quotes)

IF Cell value = 0, wrap with quotes
not exactly quotes.. but with this number format: ""'#0"',"
wrapped in single quotes, followed by a comma.

(format-cells - costum , to see what it looks like)


also, i dont want it to apply to every column (if its possible to do that)
just A1:A323, B1:B323, E1:E323, G1:G323, I1:I323, K1:K323

thanks in advance


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5,441
Default Conditional Formatting question (if cell = 0, wrap cell in quotes)

Mo,

You don't need to use conditional formatting: just use a custom number format. From Help:



Replace the format for zeroes with "'#0"', or ""'#0"'," I'm not sure which will geive you
your desired results.

HTH,
Bernie
MS Excel MVP


"Mo2" wrote in message
...
IF Cell value = 0, wrap with quotes
not exactly quotes.. but with this number format: ""'#0"',"
wrapped in single quotes, followed by a comma.

(format-cells - costum , to see what it looks like)


also, i dont want it to apply to every column (if its possible to do that)
just A1:A323, B1:B323, E1:E323, G1:G323, I1:I323, K1:K323

thanks in advance






  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5,441
Default Conditional Formatting question (if cell = 0, wrap cell in quotes)

Mo,

Well, that didn't work well - the section of help that I copied was a .gif - you will need to open
the attachment.. Sorry.

HTH,
Bernie
MS Excel MVP


"Bernie Deitrick" <deitbe @ consumer dot org wrote in message
...
Mo,

You don't need to use conditional formatting: just use a custom number format. From Help:



Replace the format for zeroes with "'#0"', or ""'#0"'," I'm not sure which will geive you
your desired results.

HTH,
Bernie
MS Excel MVP


"Mo2" wrote in message
...
IF Cell value = 0, wrap with quotes
not exactly quotes.. but with this number format: ""'#0"',"
wrapped in single quotes, followed by a comma.

(format-cells - costum , to see what it looks like)


also, i dont want it to apply to every column (if its possible to do that)
just A1:A323, B1:B323, E1:E323, G1:G323, I1:I323, K1:K323

thanks in advance







  #4   Report Post  
Posted to microsoft.public.excel.newusers
Mo2 Mo2 is offline
external usenet poster
 
Posts: 34
Default Conditional Formatting question (if cell = 0, wrap cell in quo

u mean theres attachments on this forum? where?
a .gif? i dont see that anywhere either... or a broken link or whatnot


Bernie, the problem is this:
I have a # column, a text column, # column, text column, etc
(and i need them in this particular order, to be copied and pasted into
notepad, for a reason or another)

the cells have this format applied to them:
number column: ""'#0"',"
text columns: ""'@"',"

the problem is, sometimes,
the cells in the TEXT column (which only have a text cell format)
will have a 0 in them. it wont be wrapped in quotes and such:(

so my choices (as far as i know) are either
1) find a way to apply BOTH a text AND number cell format to all cells
2) a format which applies to any cell, regardless of text/number value.
(cell range A1:R323)
3) Conditional formatting for 0's
(seems the easiest/most possible method)

i'm not sure what other options i have atm




"Bernie Deitrick" wrote:

Mo,

Well, that didn't work well - the section of help that I copied was a .gif - you will need to open
the attachment.. Sorry.

HTH,
Bernie
MS Excel MVP


"Bernie Deitrick" <deitbe @ consumer dot org wrote in message
...
Mo,

You don't need to use conditional formatting: just use a custom number format. From Help:



Replace the format for zeroes with "'#0"', or ""'#0"'," I'm not sure which will geive you
your desired results.

HTH,
Bernie
MS Excel MVP


"Mo2" wrote in message
...
IF Cell value = 0, wrap with quotes
not exactly quotes.. but with this number format: ""'#0"',"
wrapped in single quotes, followed by a comma.

(format-cells - costum , to see what it looks like)


also, i dont want it to apply to every column (if its possible to do that)
just A1:A323, B1:B323, E1:E323, G1:G323, I1:I323, K1:K323

thanks in advance








  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5,441
Default Conditional Formatting question (if cell = 0, wrap cell in quo

Mo,

Custom formats have four sections: format for values greater than zero, format for values less than
zero, formats for 0 values, and formats for string values, separated by ;'s. So:

#.00;[Red]#.00;"'0"',;'@',

will do something along the lines of what you want.... Not sure how you want text to appear. Just
play with the strings in the third and fourth positions.

HTH,
Bernie
MS Excel MVP


"Mo2" wrote in message
...
u mean theres attachments on this forum? where?
a .gif? i dont see that anywhere either... or a broken link or whatnot


Bernie, the problem is this:
I have a # column, a text column, # column, text column, etc
(and i need them in this particular order, to be copied and pasted into
notepad, for a reason or another)

the cells have this format applied to them:
number column: ""'#0"',"
text columns: ""'@"',"

the problem is, sometimes,
the cells in the TEXT column (which only have a text cell format)
will have a 0 in them. it wont be wrapped in quotes and such:(

so my choices (as far as i know) are either
1) find a way to apply BOTH a text AND number cell format to all cells
2) a format which applies to any cell, regardless of text/number value.
(cell range A1:R323)
3) Conditional formatting for 0's
(seems the easiest/most possible method)

i'm not sure what other options i have atm




"Bernie Deitrick" wrote:

Mo,

Well, that didn't work well - the section of help that I copied was a .gif - you will need to
open
the attachment.. Sorry.

HTH,
Bernie
MS Excel MVP


"Bernie Deitrick" <deitbe @ consumer dot org wrote in message
...
Mo,

You don't need to use conditional formatting: just use a custom number format. From Help:



Replace the format for zeroes with "'#0"', or ""'#0"'," I'm not sure which will geive
you
your desired results.

HTH,
Bernie
MS Excel MVP


"Mo2" wrote in message
...
IF Cell value = 0, wrap with quotes
not exactly quotes.. but with this number format: ""'#0"',"
wrapped in single quotes, followed by a comma.

(format-cells - costum , to see what it looks like)


also, i dont want it to apply to every column (if its possible to do that)
just A1:A323, B1:B323, E1:E323, G1:G323, I1:I323, K1:K323

thanks in advance












  #6   Report Post  
Posted to microsoft.public.excel.newusers
Mo2 Mo2 is offline
external usenet poster
 
Posts: 34
Default Conditional Formatting question (if cell = 0, wrap cell in quo

thanks very much:)
works like a charm

i finally understand what the ; are for
(well..i had an idea before, but now i get why it wasn't working in my
format testings lol)

"Bernie Deitrick" wrote:

Mo,

Custom formats have four sections: format for values greater than zero, format for values less than
zero, formats for 0 values, and formats for string values, separated by ;'s. So:

#.00;[Red]#.00;"'0"',;'@',

will do something along the lines of what you want.... Not sure how you want text to appear. Just
play with the strings in the third and fourth positions.

HTH,
Bernie
MS Excel MVP


"Mo2" wrote in message
...
u mean theres attachments on this forum? where?
a .gif? i dont see that anywhere either... or a broken link or whatnot


Bernie, the problem is this:
I have a # column, a text column, # column, text column, etc
(and i need them in this particular order, to be copied and pasted into
notepad, for a reason or another)

the cells have this format applied to them:
number column: ""'#0"',"
text columns: ""'@"',"

the problem is, sometimes,
the cells in the TEXT column (which only have a text cell format)
will have a 0 in them. it wont be wrapped in quotes and such:(

so my choices (as far as i know) are either
1) find a way to apply BOTH a text AND number cell format to all cells
2) a format which applies to any cell, regardless of text/number value.
(cell range A1:R323)
3) Conditional formatting for 0's
(seems the easiest/most possible method)

i'm not sure what other options i have atm




"Bernie Deitrick" wrote:

Mo,

Well, that didn't work well - the section of help that I copied was a .gif - you will need to
open
the attachment.. Sorry.

HTH,
Bernie
MS Excel MVP


"Bernie Deitrick" <deitbe @ consumer dot org wrote in message
...
Mo,

You don't need to use conditional formatting: just use a custom number format. From Help:



Replace the format for zeroes with "'#0"', or ""'#0"'," I'm not sure which will geive
you
your desired results.

HTH,
Bernie
MS Excel MVP


"Mo2" wrote in message
...
IF Cell value = 0, wrap with quotes
not exactly quotes.. but with this number format: ""'#0"',"
wrapped in single quotes, followed by a comma.

(format-cells - costum , to see what it looks like)


also, i dont want it to apply to every column (if its possible to do that)
just A1:A323, B1:B323, E1:E323, G1:G323, I1:I323, K1:K323

thanks in advance











  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default Conditional Formatting question (if cell = 0, wrap cell in quo

HI, MY NAME IS MIN ZUN SEO.
I'M MICROSOFT EXCEL MVP.
YOUR ANSWER IS ALWAYS GRATEFUL.
REGARDS.
MS EXCEL MVP
MIN ZUN SEO.

"Bernie Deitrick" wrote:

Mo,

You don't need to use conditional formatting: just use a custom number format. From Help:



Replace the format for zeroes with "'#0"', or ""'#0"'," I'm not sure which will geive you
your desired results.

HTH,
Bernie
MS Excel MVP


"Mo2" wrote in message
...
IF Cell value = 0, wrap with quotes
not exactly quotes.. but with this number format: ""'#0"',"
wrapped in single quotes, followed by a comma.

(format-cells - costum , to see what it looks like)


also, i dont want it to apply to every column (if its possible to do that)
just A1:A323, B1:B323, E1:E323, G1:G323, I1:I323, K1:K323

thanks in advance





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
wrap quotes Mo2 Excel Worksheet Functions 2 April 25th 07 04:42 AM
Why won't text in cell wrap. Cell format set to wrap. DRB Excel Discussion (Misc queries) 2 September 28th 06 08:27 PM
Conditional cell background formatting, based on cell content nosivad Excel Discussion (Misc queries) 5 February 11th 06 11:12 PM
Conditional Formatting Question - Different Cell Colors?? olimits7 Excel Discussion (Misc queries) 2 August 10th 05 04:05 PM
Wrap text limits in Excel 2003 cell formatting Adelrose Excel Discussion (Misc queries) 1 April 19th 05 06:32 PM


All times are GMT +1. The time now is 04:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"