Re: $$Excel-Macros$$ Need formula to determine if combination is valid

2011-04-01 Thread rajan verma
find attached File On Wed, Mar 30, 2011 at 4:16 AM, None wrote: > Hi all. Attached is a workbook that contains 2 sheets. The first is the > list that the 2nd sheet will refer to. I'd like a formula in col C on sheet > 2 that looks up each combination and determines if the combination is > val

Re: $$Excel-Macros$$ Need formula to determine if combination is valid

2011-03-30 Thread Dilip Pandey
Hi Nadine, See the attached file where I have used the following formula to achieve the desired result. =IF(SUMPRODUCT((Sheet1!$A$2:$A$20=Sheet2!$A2)*(Sheet1!$B$2:$B$20=Sheet2!$B2)*1)=0,"Not Valid","Valid") Please feel free to revert in case of any issues. Best Regards, DILIPandey On 3/30/11,

Re: $$Excel-Macros$$ Need formula to determine if combination is valid

2011-03-29 Thread ashish koul
try this see if it helps IF(VLOOKUP(A2,Sheet1!A:B,2,0)=Sheet2!B2,"Valid","Not Valid") On Wed, Mar 30, 2011 at 4:16 AM, None wrote: > Hi all. Attached is a workbook that contains 2 sheets. The first is the > list that the 2nd sheet will refer to. I'd like a formula in col C on sheet > 2 that

$$Excel-Macros$$ Need formula to determine if combination is valid

2011-03-29 Thread None
Hi all.  Attached is a workbook that contains 2 sheets.  The first is the list that the 2nd sheet will refer to.  I'd like a formula in col C on sheet 2 that looks up each combination and determines if the combination is valid.  Does anyone have any ideas? Thanks. Nadine -- --