Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I want to do a lookup function but i don't know how to go by it. I have 2 worksheets. I need for Sheet1 to look for some records in Sheet2. If a record on sheet one finds a matching record on Sheet2, Then the record on Sheet1 would be colored coded in Red. I hope I explained this correctly. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use formatconditional formattingformula is
=COUNTIF(MyRange,B1)0 where B1 in sheet is the cell you check if it occurs in sheet you need to name the range you are checking in sheet or else conditional formatting will not work -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com (remove ^^ from email address) Portland, Oregon "Jose Aleman" wrote in message ... Hi, I want to do a lookup function but i don't know how to go by it. I have 2 worksheets. I need for Sheet1 to look for some records in Sheet2. If a record on sheet one finds a matching record on Sheet2, Then the record on Sheet1 would be colored coded in Red. I hope I explained this correctly. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using single cell reference as table array argument in Vlookup | Excel Worksheet Functions | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |