Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to create a formula that will lookup the what is in column G in
column B of another sheet. If what is in column G is in column B of the other sheet, the word NEW is returned, otherwise the cell is left blank (""). Any help? Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One grasp, and a way to have it done ...
In Sheet2, Assuming data in B2 down you could place this in C2: =IF(COUNTIF(Sheet1!G:G,B2),"New","") and copy it down to return the required results. Success? hit the YES below -- Max Singapore --- "lightbulb" wrote: I'm trying to create a formula that will lookup the what is in column G in column B of another sheet. If what is in column G is in column B of the other sheet, the word NEW is returned, otherwise the cell is left blank (""). Any help? Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This did not work. I want it to say new in column W of sheet 2 if G9 on
sheet 2 appears anywhere in column B on sheet 1. More help? "Max" wrote: One grasp, and a way to have it done ... In Sheet2, Assuming data in B2 down you could place this in C2: =IF(COUNTIF(Sheet1!G:G,B2),"New","") and copy it down to return the required results. Success? hit the YES below -- Max Singapore --- "lightbulb" wrote: I'm trying to create a formula that will lookup the what is in column G in column B of another sheet. If what is in column G is in column B of the other sheet, the word NEW is returned, otherwise the cell is left blank (""). Any help? Thanks! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In Sheet2,
In say, W9: =IF(COUNTIF(Sheet1!B:B,G9),"New","") That should do it ok. Success? hit the YES below, let me know -- Max Singapore --- "lightbulb" wrote: This did not work. I want it to say new in column W of sheet 2 if G9 on sheet 2 appears anywhere in column B on sheet 1. More help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lookups??? | Excel Worksheet Functions | |||
Lookups | Excel Discussion (Misc queries) | |||
lookups | Excel Worksheet Functions | |||
Lookups or something | Excel Worksheet Functions | |||
LOOKUPS - Creating LOOKUPs where two different values must BOTH be satisfied. | Excel Worksheet Functions |