Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am looking for an easier way to do this? I want to have column "f" lookup
cell "a1" on sheet 2 and if it matches say yes or if it doesnt to remain blank. How do I do this? Thanks Greg |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if i understand correctly you'll need a 2nd column,
=if($f1=Sheet2!$A$1,"Yes","") if you want to match what is in column F to Sheet2 A1 if you want to have Column F say Yes or be blank, using this formula will create a circular reference. J "Greg B" wrote: I am looking for an easier way to do this? I want to have column "f" lookup cell "a1" on sheet 2 and if it matches say yes or if it doesnt to remain blank. How do I do this? Thanks Greg |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Greg B" wrote in message
... I am looking for an easier way to do this? I want to have column "f" lookup cell "a1" on sheet 2 and if it matches say yes or if it doesnt to remain blank. How do I do this? What do you want to compare to the value in a1? You want column f to return yes or no, does an adjacent column contain values you want to compare? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How are you doing it now?
-- Don Guillett SalesAid Software "Greg B" wrote in message ... I am looking for an easier way to do this? I want to have column "f" lookup cell "a1" on sheet 2 and if it matches say yes or if it doesnt to remain blank. How do I do this? Thanks Greg |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry I never explained it very clear at all.
I am using the if function which works well, =if(a2=sheet1!a3,"yes","") but when i copy and paste it becomes =if(a3=sheet1!a4,"yes","") How do I get the Sheet1 value to stay static? Hope that it easier to understand. Thanks Greg |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try
=if(a3=sheet1!$a$4,"yes","") |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
sorry it meant
if(a3=sheet1!$a$3,"yes","") |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for that
Greg "Ashley Milford via OfficeKB.com" wrote in message ... sorry it meant if(a3=sheet1!$a$3,"yes","") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
split post code (zip code) out of cell that includes full address | Excel Discussion (Misc queries) | |||
Code to conditional format all black after date specified in code? | Excel Discussion (Misc queries) | |||
Drop Down/List w/Code and Definition, only code entered when selec | Excel Worksheet Functions | |||
stubborn Excel crash when editing code with code, one solution | Excel Programming | |||
VBA code delete code but ask for password and unlock VBA protection | Excel Programming |