Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have a very small field of results but a large list of numbers that are "good" numbers. They are not sequential. I'd like to have any one of these few numbers to highlight if they equal any of the many numbers from the large list. Conditional format does not allow me to select an array but I remember seeing somebody do something like this without a macro. I don't know much about macros. -- langba ------------------------------------------------------------------------ langba's Profile: http://www.excelforum.com/member.php...fo&userid=4144 View this thread: http://www.excelforum.com/showthread...hreadid=530664 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try using the conditional formating and in the cell value... use "equals" and
type in =if(countif("your array of numbers","the cell field with the number you're checking")=1,true) "langba" wrote: I have a very small field of results but a large list of numbers that are "good" numbers. They are not sequential. I'd like to have any one of these few numbers to highlight if they equal any of the many numbers from the large list. Conditional format does not allow me to select an array but I remember seeing somebody do something like this without a macro. I don't know much about macros. -- langba ------------------------------------------------------------------------ langba's Profile: http://www.excelforum.com/member.php...fo&userid=4144 View this thread: http://www.excelforum.com/showthread...hreadid=530664 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thank you. Match worked perfectly. -- langba ------------------------------------------------------------------------ langba's Profile: http://www.excelforum.com/member.php...fo&userid=4144 View this thread: http://www.excelforum.com/showthread...hreadid=530664 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() You can use conditional formatting. Set up a list of your "good" numbers. Select the first cell in your range to apply the formatting to. Go to the Conditional Formatting and select the Formula is: option. Enter this formula =MATCH(A1,$J$1:$J$15,0) This assumes your group of "good" numbers to match against is in J1:J15 and your values to change the fill color of are in A1:A15. Use the format painter to copy down the rest of your range where you wish to apply the format (A2:A15). HTH Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=530664 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to format cells to recognize numbers like 1.1.1? | Excel Discussion (Misc queries) | |||
Conditional Format Not Working | Excel Discussion (Misc queries) | |||
Conditional Format for Numbers | Excel Discussion (Misc queries) | |||
Extracting Values on one list and not another | Excel Discussion (Misc queries) | |||
Copying a conditional format | Excel Worksheet Functions |