Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default Multiple cell conditional formatting using the IF

I want to use the IF formula. Don't know if this will make sense or not.
However, my example is as follows:

A B C D E
F G

DEBIT CREDIT
1 # DATE TRANSACTION DESCRIPTION (-) (+) BALANCE
2 7/1/06 Balance as of 7/1/06
$200.00
3 8/1/2006 SSI Deposit
$40.00 $240.00
4 802 8/2/06 Target - purchase $15.00
$225.00
5 803 8/2/06 Voided Check
$225.00
6 8/8/06 Deposit - Target Salary $130.00
$355.00
------------------------------------------------------------------------------------------
(Note: All dollar amounts shown here are false.) Conditional formatting
starts at cell B4. Formatting for this table is as follows:

Conditional formatting for C3:
Condition 1
Cell value is equal to ="SSI Deposit"
When condition is true: Font: Arial Font Style: Bold, & Cell shading: Bright
green.
I want to create a conditional format for cells B3 and D3 through F3 based
on the conditional format set in cell C3.
For example, the date is originally displayed as 1 - Aug, or August 1, 2006
Therefore I want the cell to be formatted as follows:

If C3="SSI Deposit" Then B3=Font: Arial, Font Style: bodl & Cell shading:
Bright green.

I also want to create a conditional format using the if functoin without
having to put the function in each cell. For example:

If C3="SSI Deposit" Then D3:F3=Font: Arial, Font Style: bodl & Cell shading:
Bright green.

Is it possible to do something like this?

--
John R. L.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Multiple cell conditional formatting using the IF

I can't figure out what your data looks like. Copying and pasting data
usually scrambles the format and it ends up being a jumbled mess.

When condition is true: Font: Arial Font


You can't change the font using conditional formatting but you can make it
bold and a different color. I'm pretty sure what you want to do can be done
but we need a better representation of your layout.


--
Biff
Microsoft Excel MVP


"John" wrote in message
...
I want to use the IF formula. Don't know if this will make sense or not.
However, my example is as follows:

A B C D E
F G

DEBIT CREDIT
1 # DATE TRANSACTION DESCRIPTION (-) (+)
BALANCE
2 7/1/06 Balance as of 7/1/06
$200.00
3 8/1/2006 SSI Deposit
$40.00 $240.00
4 802 8/2/06 Target - purchase $15.00
$225.00
5 803 8/2/06 Voided Check
$225.00
6 8/8/06 Deposit - Target Salary
$130.00
$355.00
------------------------------------------------------------------------------------------
(Note: All dollar amounts shown here are false.) Conditional formatting
starts at cell B4. Formatting for this table is as follows:

Conditional formatting for C3:
Condition 1
Cell value is equal to ="SSI Deposit"
When condition is true: Font: Arial Font Style: Bold, & Cell shading:
Bright
green.
I want to create a conditional format for cells B3 and D3 through F3 based
on the conditional format set in cell C3.
For example, the date is originally displayed as 1 - Aug, or August 1,
2006
Therefore I want the cell to be formatted as follows:

If C3="SSI Deposit" Then B3=Font: Arial, Font Style: bodl & Cell shading:
Bright green.

I also want to create a conditional format using the if functoin without
having to put the function in each cell. For example:

If C3="SSI Deposit" Then D3:F3=Font: Arial, Font Style: bodl & Cell
shading:
Bright green.

Is it possible to do something like this?

--
John R. L.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,069
Default Multiple cell conditional formatting using the IF

Do you have an email address? I can create an example of what I am trying to
do so that you'll have a better Idea?
Please let me know ASAP.

Thank you,
--
John R. L.


"T. Valko" wrote:

I can't figure out what your data looks like. Copying and pasting data
usually scrambles the format and it ends up being a jumbled mess.

When condition is true: Font: Arial Font


You can't change the font using conditional formatting but you can make it
bold and a different color. I'm pretty sure what you want to do can be done
but we need a better representation of your layout.


--
Biff
Microsoft Excel MVP


"John" wrote in message
...
I want to use the IF formula. Don't know if this will make sense or not.
However, my example is as follows:

A B C D E
F G

DEBIT CREDIT
1 # DATE TRANSACTION DESCRIPTION (-) (+)
BALANCE
2 7/1/06 Balance as of 7/1/06
$200.00
3 8/1/2006 SSI Deposit
$40.00 $240.00
4 802 8/2/06 Target - purchase $15.00
$225.00
5 803 8/2/06 Voided Check
$225.00
6 8/8/06 Deposit - Target Salary
$130.00
$355.00
------------------------------------------------------------------------------------------
(Note: All dollar amounts shown here are false.) Conditional formatting
starts at cell B4. Formatting for this table is as follows:

Conditional formatting for C3:
Condition 1
Cell value is equal to ="SSI Deposit"
When condition is true: Font: Arial Font Style: Bold, & Cell shading:
Bright
green.
I want to create a conditional format for cells B3 and D3 through F3 based
on the conditional format set in cell C3.
For example, the date is originally displayed as 1 - Aug, or August 1,
2006
Therefore I want the cell to be formatted as follows:

If C3="SSI Deposit" Then B3=Font: Arial, Font Style: bodl & Cell shading:
Bright green.

I also want to create a conditional format using the if functoin without
having to put the function in each cell. For example:

If C3="SSI Deposit" Then D3:F3=Font: Arial, Font Style: bodl & Cell
shading:
Bright green.

Is it possible to do something like this?

--
John R. L.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Multiple cell conditional formatting using the IF

xl can help at comcast period net

Remove "can" and change the obvious.

--
Biff
Microsoft Excel MVP


"John" wrote in message
...
Do you have an email address? I can create an example of what I am trying
to
do so that you'll have a better Idea?
Please let me know ASAP.

Thank you,
--
John R. L.


"T. Valko" wrote:

I can't figure out what your data looks like. Copying and pasting data
usually scrambles the format and it ends up being a jumbled mess.

When condition is true: Font: Arial Font


You can't change the font using conditional formatting but you can make
it
bold and a different color. I'm pretty sure what you want to do can be
done
but we need a better representation of your layout.


--
Biff
Microsoft Excel MVP


"John" wrote in message
...
I want to use the IF formula. Don't know if this will make sense or not.
However, my example is as follows:

A B C D E
F G

DEBIT CREDIT
1 # DATE TRANSACTION DESCRIPTION (-) (+)
BALANCE
2 7/1/06 Balance as of 7/1/06
$200.00
3 8/1/2006 SSI Deposit
$40.00 $240.00
4 802 8/2/06 Target - purchase $15.00
$225.00
5 803 8/2/06 Voided Check
$225.00
6 8/8/06 Deposit - Target Salary
$130.00
$355.00
------------------------------------------------------------------------------------------
(Note: All dollar amounts shown here are false.) Conditional formatting
starts at cell B4. Formatting for this table is as follows:

Conditional formatting for C3:
Condition 1
Cell value is equal to ="SSI Deposit"
When condition is true: Font: Arial Font Style: Bold, & Cell shading:
Bright
green.
I want to create a conditional format for cells B3 and D3 through F3
based
on the conditional format set in cell C3.
For example, the date is originally displayed as 1 - Aug, or August 1,
2006
Therefore I want the cell to be formatted as follows:

If C3="SSI Deposit" Then B3=Font: Arial, Font Style: bodl & Cell
shading:
Bright green.

I also want to create a conditional format using the if functoin
without
having to put the function in each cell. For example:

If C3="SSI Deposit" Then D3:F3=Font: Arial, Font Style: bodl & Cell
shading:
Bright green.

Is it possible to do something like this?

--
John R. L.






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
Conditional Formatting of Cells with Multiple Cell Values BDankas Excel Discussion (Misc queries) 4 September 6th 07 07:06 PM
Multiple Conditional Formatting Bec[_3_] Excel Discussion (Misc queries) 1 August 17th 07 07:40 AM
multiple conditional formatting Robin Krupp Excel Worksheet Functions 0 September 11th 06 04:13 PM
Multiple Criteria for Conditional Formatting Dave Y Excel Worksheet Functions 4 March 21st 06 06:38 PM
Multiple Column Conditional Formatting Colleen New Users to Excel 2 September 9th 05 09:15 PM


All times are GMT +1. The time now is 07:31 AM.

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"