Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 47
Default Add color to the formula answer

2 collumns with numbers, what would be a formula to identify which is less
and the answer of "TRUE" should be in color blue and false should be red?

--
smile
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,722
Default Add color to the formula answer

Are you wanting to know which is less, or if column 1 is less than column 2?
What if the numbers are equal? If this is not an issue, and assuming numbers
are in columns A and B

Formula in C2:
=IF(A2B2,TRUE,FALSE)

Then go to format - Conditional formating
First condition if cell value = TRUE, then pick blue pattern. Add condition
for if cell value = FALSE with a red pattern.

--
Best Regards,

Luke M


"israel" wrote:

2 collumns with numbers, what would be a formula to identify which is less
and the answer of "TRUE" should be in color blue and false should be red?

--
smile

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 16
Default Add color to the formula answer

Use conditional formating by using formulas in the conditional formating.

Select the first column range of numbers and select FormatConditional
Formating...

Change the "Cell Value Is" to "Formula Is" for each condition. Enter
=$I4$J4 in the input box. Add another condition "Condition 2" and enter
=$I4<$J4 in that input box. Set your format for each.

When done select the second column range of numbers and select
FormatConditional Formating... again.

Change the "Cell Value Is" to "Formula Is" for each condition. Enter
=$I4$J4 in the input box. Add another condition "Condition 2" and enter
=$I4<$J4 in that input box. Set your format for each.

The cell address I have indicated are examples only. Of course you will have
to enter the top cell address of your column of numbers for this to work.
Also keep in mind the arrow keys do not move the cursor in the input box and
the F4 absolute reference shortcut key does not work here either. You will
have to manually remove the $ from the row value in the formula. Doing this
will cause migration of the formula down the rows in each column, saving the
time to do each cell separately.




"israel" wrote:

2 collumns with numbers, what would be a formula to identify which is less
and the answer of "TRUE" should be in color blue and false should be red?

--
smile

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
changing color of answer gman1964 Excel Discussion (Misc queries) 1 February 20th 08 10:06 PM
font color for formula answer Judson Excel Discussion (Misc queries) 2 March 23rd 06 07:22 PM
How can I change the color of an "IF" function answer? Elmo? Excel Worksheet Functions 2 February 26th 06 06:06 PM
i edit a formula (excel) then it displays formula not answer caiman Excel Discussion (Misc queries) 2 September 9th 05 02:09 AM
how do i get answer is 1 from CELL("color",sth) function? T.Thinh Excel Discussion (Misc queries) 1 June 24th 05 10:07 AM


All times are GMT +1. The time now is 08:15 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"