Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How to highlight one cell based on a range of cells?
For example, I want to highlight cell B3 when any cell D3:Z3 = B3+5000 A B C D E 1 Van Number Last Oil Change Last Rotation 2 Weekending May 8 15 3 F1 31025 31025 30152 30540 4 F73 199583 199583 199447 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
formula is:
=ISNUMBER(MATCH(B3+5000,D3:Z3,0)) -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Justo170" wrote: How to highlight one cell based on a range of cells? For example, I want to highlight cell B3 when any cell D3:Z3 = B3+5000 A B C D E 1 Van Number Last Oil Change Last Rotation 2 Weekending May 8 15 3 F1 31025 31025 30152 30540 4 F73 199583 199583 199447 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How about highlighting if it is = B3+5000?
"Luke M" wrote: formula is: =ISNUMBER(MATCH(B3+5000,D3:Z3,0)) -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Justo170" wrote: How to highlight one cell based on a range of cells? For example, I want to highlight cell B3 when any cell D3:Z3 = B3+5000 A B C D E 1 Van Number Last Oil Change Last Rotation 2 Weekending May 8 15 3 F1 31025 31025 30152 30540 4 F73 199583 199583 199447 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MAX(--(B3+5000<=D3:Z3))
-- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Justo170" wrote: How about highlighting if it is = B3+5000? "Luke M" wrote: formula is: =ISNUMBER(MATCH(B3+5000,D3:Z3,0)) -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Justo170" wrote: How to highlight one cell based on a range of cells? For example, I want to highlight cell B3 when any cell D3:Z3 = B3+5000 A B C D E 1 Van Number Last Oil Change Last Rotation 2 Weekending May 8 15 3 F1 31025 31025 30152 30540 4 F73 199583 199583 199447 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you!
"Luke M" wrote: =MAX(--(B3+5000<=D3:Z3)) -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Justo170" wrote: How about highlighting if it is = B3+5000? "Luke M" wrote: formula is: =ISNUMBER(MATCH(B3+5000,D3:Z3,0)) -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "Justo170" wrote: How to highlight one cell based on a range of cells? For example, I want to highlight cell B3 when any cell D3:Z3 = B3+5000 A B C D E 1 Van Number Last Oil Change Last Rotation 2 Weekending May 8 15 3 F1 31025 31025 30152 30540 4 F73 199583 199583 199447 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting--different formatting depending on cell con | Excel Discussion (Misc queries) | |||
Formatting Conditional Formatting Icon Sets | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |