Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a series of nested IF statements that looks at a column of numbers -
some of which are dollars, some of which are percentages. These may alternate depending on the data sheet being used ...is there any way to make sure the the cell formatting is copies as well? For example - for one product, in cell D1 I have IF(a1="Some Logic",B2,"Not Covered")...if B2 in one data sheet is $20, but then the next data sheet has it as 50%, on the second transfer, it shows up as $0. How can I copy the cell format properties as well? Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you use conditional formatting and test for a return value of <1, you can
adjust the numeric foramtting to % "PMarble" wrote: I have a series of nested IF statements that looks at a column of numbers - some of which are dollars, some of which are percentages. These may alternate depending on the data sheet being used ...is there any way to make sure the the cell formatting is copies as well? For example - for one product, in cell D1 I have IF(a1="Some Logic",B2,"Not Covered")...if B2 in one data sheet is $20, but then the next data sheet has it as 50%, on the second transfer, it shows up as $0. How can I copy the cell format properties as well? Thanks! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My brain isn't working yet this morning, it seems...when I set the
conditional formatting, it only allows me to change font, color, underlining....how do I do a conditional formatting to change number format? "Duke Carey" wrote: If you use conditional formatting and test for a return value of <1, you can adjust the numeric foramtting to % "PMarble" wrote: I have a series of nested IF statements that looks at a column of numbers - some of which are dollars, some of which are percentages. These may alternate depending on the data sheet being used ...is there any way to make sure the the cell formatting is copies as well? For example - for one product, in cell D1 I have IF(a1="Some Logic",B2,"Not Covered")...if B2 in one data sheet is $20, but then the next data sheet has it as 50%, on the second transfer, it shows up as $0. How can I copy the cell format properties as well? Thanks! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm on an XL2007 PC and it appears that numeric conditional formatting is new
to 2007. Sorry "PMarble" wrote: My brain isn't working yet this morning, it seems...when I set the conditional formatting, it only allows me to change font, color, underlining....how do I do a conditional formatting to change number format? "Duke Carey" wrote: If you use conditional formatting and test for a return value of <1, you can adjust the numeric foramtting to % "PMarble" wrote: I have a series of nested IF statements that looks at a column of numbers - some of which are dollars, some of which are percentages. These may alternate depending on the data sheet being used ...is there any way to make sure the the cell formatting is copies as well? For example - for one product, in cell D1 I have IF(a1="Some Logic",B2,"Not Covered")...if B2 in one data sheet is $20, but then the next data sheet has it as 50%, on the second transfer, it shows up as $0. How can I copy the cell format properties as well? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting with IF statements | Excel Discussion (Misc queries) | |||
Combining Text and If statements with varied character (bold, color, etc) formatting. | Excel Discussion (Misc queries) | |||
Conditional formatting combined with multiple IF statements | Excel Worksheet Functions | |||
Sorting or if statements reliant on formatting | Excel Worksheet Functions | |||
Nesting IF statements, Conditional Formatting | Excel Discussion (Misc queries) |