Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default highlight the cell based on the range for a given value

I have a table for fee selector like this. I need to highlight the fees cell
based on the from - to range for a given value, say 65000.00

FROM TO FEES
£1.00 £2,737.00 £41.00
£2,738.00 £8,212.00 £82.00
£8,213.00 £16,424.00 £164.00
£16,425.00 £24,637.00 £218.00
£24,638.00 £41,062.00 £274.00
£41,063.00 £68,436.00 £356.00
£68,437.00 £136,873.00 £411.00
£136,874.00 £273,747.00 £547.00
£273,748.00 £547,495.00 £821.00
£547,496.00 ABOVE 0.20%

How to do it in conditional formula?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default highlight the cell based on the range for a given value

Select the cells that contain the fees, in this example cells C2:C11,
with cell C2 as the active cell
Choose FormatConditional Formatting
From the first dropdown, choose Formula Is
In the formula box, type:
=AND($A2<=$E$1,OR($A3=$E$1,$A3=""))
where cell E1 is the cell that contains the 65000 value
Click the Format button, and select a highlight colour on the Patterns tab.
Click OK twice, to close the dialog boxes.

Narnimar wrote:
I have a table for fee selector like this. I need to highlight the fees cell
based on the from - to range for a given value, say 65000.00

FROM TO FEES
£1.00 £2,737.00 £41.00
£2,738.00 £8,212.00 £82.00
£8,213.00 £16,424.00 £164.00
£16,425.00 £24,637.00 £218.00
£24,638.00 £41,062.00 £274.00
£41,063.00 £68,436.00 £356.00
£68,437.00 £136,873.00 £411.00
£136,874.00 £273,747.00 £547.00
£273,748.00 £547,495.00 £821.00
£547,496.00 ABOVE 0.20%

How to do it in conditional formula?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default highlight the cell based on the range for a given value


Yes it works great. Thanks.
Can I ask further question on it? I got a value at C12 which is to be summed
with only that highlighted figure. What will be the formula to get the Sum at
C13? Thanks again.


"Debra Dalgleish" wrote:

Select the cells that contain the fees, in this example cells C2:C11,
with cell C2 as the active cell
Choose FormatConditional Formatting
From the first dropdown, choose Formula Is
In the formula box, type:
=AND($A2<=$E$1,OR($A3=$E$1,$A3=""))
where cell E1 is the cell that contains the 65000 value
Click the Format button, and select a highlight colour on the Patterns tab.
Click OK twice, to close the dialog boxes.

Narnimar wrote:
I have a table for fee selector like this. I need to highlight the fees cell
based on the from - to range for a given value, say 65000.00

FROM TO FEES
£1.00 £2,737.00 £41.00
£2,738.00 £8,212.00 £82.00
£8,213.00 £16,424.00 £164.00
£16,425.00 £24,637.00 £218.00
£24,638.00 £41,062.00 £274.00
£41,063.00 £68,436.00 £356.00
£68,437.00 £136,873.00 £411.00
£136,874.00 £273,747.00 £547.00
£273,748.00 £547,495.00 £821.00
£547,496.00 ABOVE 0.20%

How to do it in conditional formula?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default highlight the cell based on the range for a given value

In cell C13, enter the formula:

=VLOOKUP($E$1,$A$2:$C$11,3)+ C12

Narnimar wrote:
Yes it works great. Thanks.
Can I ask further question on it? I got a value at C12 which is to be summed
with only that highlighted figure. What will be the formula to get the Sum at
C13? Thanks again.


"Debra Dalgleish" wrote:


Select the cells that contain the fees, in this example cells C2:C11,
with cell C2 as the active cell
Choose FormatConditional Formatting
From the first dropdown, choose Formula Is
In the formula box, type:
=AND($A2<=$E$1,OR($A3=$E$1,$A3=""))
where cell E1 is the cell that contains the 65000 value
Click the Format button, and select a highlight colour on the Patterns tab.
Click OK twice, to close the dialog boxes.

Narnimar wrote:

I have a table for fee selector like this. I need to highlight the fees cell
based on the from - to range for a given value, say 65000.00

FROM TO FEES
£1.00 £2,737.00 £41.00
£2,738.00 £8,212.00 £82.00
£8,213.00 £16,424.00 £164.00
£16,425.00 £24,637.00 £218.00
£24,638.00 £41,062.00 £274.00
£41,063.00 £68,436.00 £356.00
£68,437.00 £136,873.00 £411.00
£136,874.00 £273,747.00 £547.00
£273,748.00 £547,495.00 £821.00
£547,496.00 ABOVE 0.20%

How to do it in conditional formula?



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default highlight the cell based on the range for a given value

Dear Debra Dalgleish,

I have tested it further and found that it will highlight nearest two fees
values C2 & C3 if E1=A3. The condition should highlight on only the cell C3
right?. No problem found when E1=22. There is a same problem if the value of
E1= A4 till A11 i.e from 2738.00 to 547496.00.
Also VLOOKUP result will not be correct if E1=547496.00 or higher because it
will return only the value equal to C12. In this case the Sum should be
C11+C12. I fact this value equal to 0.02% of A1. (means the fees for
547496.00 will be 1094.99). Thanks for review and your further effort.



"Debra Dalgleish" wrote:

In cell C13, enter the formula:

=VLOOKUP($E$1,$A$2:$C$11,3)+ C12

Narnimar wrote:
Yes it works great. Thanks.
Can I ask further question on it? I got a value at C12 which is to be summed
with only that highlighted figure. What will be the formula to get the Sum at
C13? Thanks again.


"Debra Dalgleish" wrote:


Select the cells that contain the fees, in this example cells C2:C11,
with cell C2 as the active cell
Choose FormatConditional Formatting
From the first dropdown, choose Formula Is
In the formula box, type:
=AND($A2<=$E$1,OR($A3=$E$1,$A3=""))
where cell E1 is the cell that contains the 65000 value
Click the Format button, and select a highlight colour on the Patterns tab.
Click OK twice, to close the dialog boxes.

Narnimar wrote:

I have a table for fee selector like this. I need to highlight the fees cell
based on the from - to range for a given value, say 65000.00

FROM TO FEES
£1.00 £2,737.00 £41.00
£2,738.00 £8,212.00 £82.00
£8,213.00 £16,424.00 £164.00
£16,425.00 £24,637.00 £218.00
£24,638.00 £41,062.00 £274.00
£41,063.00 £68,436.00 £356.00
£68,437.00 £136,873.00 £411.00
£136,874.00 £273,747.00 £547.00
£273,748.00 £547,495.00 £821.00
£547,496.00 ABOVE 0.20%

How to do it in conditional formula?


--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default highlight the cell based on the range for a given value

Change the conditional formatting formula to:

=AND($A2<=$E$1,OR($A3$E$1,$A3=""))

In cell C11, enter: =E1*0.2%

Narnimar wrote:
Dear Debra Dalgleish,

I have tested it further and found that it will highlight nearest two fees
values C2 & C3 if E1=A3. The condition should highlight on only the cell C3
right?. No problem found when E1=22. There is a same problem if the value of
E1= A4 till A11 i.e from 2738.00 to 547496.00.
Also VLOOKUP result will not be correct if E1=547496.00 or higher because it
will return only the value equal to C12. In this case the Sum should be
C11+C12. I fact this value equal to 0.02% of A1. (means the fees for
547496.00 will be 1094.99). Thanks for review and your further effort.



"Debra Dalgleish" wrote:


In cell C13, enter the formula:

=VLOOKUP($E$1,$A$2:$C$11,3)+ C12

Narnimar wrote:

Yes it works great. Thanks.
Can I ask further question on it? I got a value at C12 which is to be summed
with only that highlighted figure. What will be the formula to get the Sum at
C13? Thanks again.


"Debra Dalgleish" wrote:



Select the cells that contain the fees, in this example cells C2:C11,
with cell C2 as the active cell
Choose FormatConditional Formatting
From the first dropdown, choose Formula Is
In the formula box, type:
=AND($A2<=$E$1,OR($A3=$E$1,$A3=""))
where cell E1 is the cell that contains the 65000 value
Click the Format button, and select a highlight colour on the Patterns tab.
Click OK twice, to close the dialog boxes.

Narnimar wrote:


I have a table for fee selector like this. I need to highlight the fees cell
based on the from - to range for a given value, say 65000.00

FROM TO FEES
£1.00 £2,737.00 £41.00
£2,738.00 £8,212.00 £82.00
£8,213.00 £16,424.00 £164.00
£16,425.00 £24,637.00 £218.00
£24,638.00 £41,062.00 £274.00
£41,063.00 £68,436.00 £356.00
£68,437.00 £136,873.00 £411.00
£136,874.00 £273,747.00 £547.00
£273,748.00 £547,495.00 £821.00
£547,496.00 ABOVE 0.20%

How to do it in conditional formula?


--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html




--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default highlight the cell based on the range for a given value

Merry Christmas! Debra Dalgleish,
Now the conditional highlight is perfect.
The fees indicated in C11 can't be changed for presentation reasons. The
figure in C13 will give wrong impression. I should accomplish the sum at C13
using some other logical test. Thanks.


"Debra Dalgleish" wrote:

Change the conditional formatting formula to:

=AND($A2<=$E$1,OR($A3$E$1,$A3=""))

In cell C11, enter: =E1*0.2%

Narnimar wrote:
Dear Debra Dalgleish,

I have tested it further and found that it will highlight nearest two fees
values C2 & C3 if E1=A3. The condition should highlight on only the cell C3
right?. No problem found when E1=22. There is a same problem if the value of
E1= A4 till A11 i.e from 2738.00 to 547496.00.
Also VLOOKUP result will not be correct if E1=547496.00 or higher because it
will return only the value equal to C12. In this case the Sum should be
C11+C12. I fact this value equal to 0.02% of A1. (means the fees for
547496.00 will be 1094.99). Thanks for review and your further effort.



"Debra Dalgleish" wrote:


In cell C13, enter the formula:

=VLOOKUP($E$1,$A$2:$C$11,3)+ C12

Narnimar wrote:

Yes it works great. Thanks.
Can I ask further question on it? I got a value at C12 which is to be summed
with only that highlighted figure. What will be the formula to get the Sum at
C13? Thanks again.


"Debra Dalgleish" wrote:



Select the cells that contain the fees, in this example cells C2:C11,
with cell C2 as the active cell
Choose FormatConditional Formatting
From the first dropdown, choose Formula Is
In the formula box, type:
=AND($A2<=$E$1,OR($A3=$E$1,$A3=""))
where cell E1 is the cell that contains the 65000 value
Click the Format button, and select a highlight colour on the Patterns tab.
Click OK twice, to close the dialog boxes.

Narnimar wrote:


I have a table for fee selector like this. I need to highlight the fees cell
based on the from - to range for a given value, say 65000.00

FROM TO FEES
£1.00 £2,737.00 £41.00
£2,738.00 £8,212.00 £82.00
£8,213.00 £16,424.00 £164.00
£16,425.00 £24,637.00 £218.00
£24,638.00 £41,062.00 £274.00
£41,063.00 £68,436.00 £356.00
£68,437.00 £136,873.00 £411.00
£136,874.00 £273,747.00 £547.00
£273,748.00 £547,495.00 £821.00
£547,496.00 ABOVE 0.20%

How to do it in conditional formula?


--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html




--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default highlight the cell based on the range for a given value

In cell C13, enter the formula:
=IF(E1=A11,E1*C11,VLOOKUP(E1,$A$2:$C$11,3))+C12

Narnimar wrote:
Merry Christmas! Debra Dalgleish,
Now the conditional highlight is perfect.
The fees indicated in C11 can't be changed for presentation reasons. The
figure in C13 will give wrong impression. I should accomplish the sum at C13
using some other logical test. Thanks.


"Debra Dalgleish" wrote:


Change the conditional formatting formula to:

=AND($A2<=$E$1,OR($A3$E$1,$A3=""))

In cell C11, enter: =E1*0.2%

Narnimar wrote:

Dear Debra Dalgleish,

I have tested it further and found that it will highlight nearest two fees
values C2 & C3 if E1=A3. The condition should highlight on only the cell C3
right?. No problem found when E1=22. There is a same problem if the value of
E1= A4 till A11 i.e from 2738.00 to 547496.00.
Also VLOOKUP result will not be correct if E1=547496.00 or higher because it
will return only the value equal to C12. In this case the Sum should be
C11+C12. I fact this value equal to 0.02% of A1. (means the fees for
547496.00 will be 1094.99). Thanks for review and your further effort.



"Debra Dalgleish" wrote:



In cell C13, enter the formula:

=VLOOKUP($E$1,$A$2:$C$11,3)+ C12

Narnimar wrote:


Yes it works great. Thanks.
Can I ask further question on it? I got a value at C12 which is to be summed
with only that highlighted figure. What will be the formula to get the Sum at
C13? Thanks again.


"Debra Dalgleish" wrote:




Select the cells that contain the fees, in this example cells C2:C11,
with cell C2 as the active cell
Choose FormatConditional Formatting

From the first dropdown, choose Formula Is

In the formula box, type:
=AND($A2<=$E$1,OR($A3=$E$1,$A3=""))
where cell E1 is the cell that contains the 65000 value
Click the Format button, and select a highlight colour on the Patterns tab.
Click OK twice, to close the dialog boxes.

Narnimar wrote:



I have a table for fee selector like this. I need to highlight the fees cell
based on the from - to range for a given value, say 65000.00

FROM TO FEES
£1.00 £2,737.00 £41.00
£2,738.00 £8,212.00 £82.00
£8,213.00 £16,424.00 £164.00
£16,425.00 £24,637.00 £218.00
£24,638.00 £41,062.00 £274.00
£41,063.00 £68,436.00 £356.00
£68,437.00 £136,873.00 £411.00
£136,874.00 £273,747.00 £547.00
£273,748.00 £547,495.00 £821.00
£547,496.00 ABOVE 0.20%

How to do it in conditional formula?


--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html




--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html





--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

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
Referencing a named range based upon Range name entry in cell Barb Reinhardt Excel Worksheet Functions 14 June 20th 07 07:19 PM
VLOOKUP - unable to highlight cell range Jane Excel Worksheet Functions 1 September 15th 06 03:34 AM
Can't highlight a single cell. Creates a range when I move curso Butch Walker Excel Worksheet Functions 4 July 6th 06 07:48 PM
Highlight cells with ctrl-click but only un-highlight one cell hagan Excel Discussion (Misc queries) 5 May 27th 05 06:45 PM
highlight range if cell contains desired data The Other Bollinger New Users to Excel 7 March 24th 05 01:30 AM


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

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

About Us

"It's about Microsoft Excel"