how do i check values in base table with usertable.I need to return the BOOLEAN VALUES True or False by comparing the values in base table with usertable.
how do i check values in base table with usertable.I need to return the BOOLEAN VALUES True or False by comparing the values in base table with usertable.
THANKS
ExcelKeechak
you are checking for both columns are you also checking which Row
results
G2 = False
as
Usertable Pencils 5
Base table Pencils 3
if you concatenate the values
so B1&A1 = D1&E1
the use Vlookup to find if the value exists
Or is it Row dependant as you seem only to be comparing the ROW
i want to check the both values like 1 in col A and books in col b with pencils in col D and 5 in col e.the result should be TRUE if both the values are correct.same way for other items in the other rows.
Comparing 2 values in the base table with the 2 values in the user table simultaneously and printing TRUE or False in the Col G1
Your solution is not working my dear friend any other try.....
No - you need to concatenate the Base table - so may solution is no good on this
I would concatenate the tables and then use lookup - but I'm sure theres a much easier way without that extra step - I'll have a think
Based on your file, couldn't you just use:
G2: =$A2=SUMIF($D:$D,$B2,$E:$E)
copied down
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks