Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 2 Lists of Data on the same sheet
List A is detailed in Columns A-D List B is detailed in Column G-K What I want to do is compare certain Columns/Rows in both Lists and for each one that matches, place an X in Column E (covering List A) and a corresponding X in Column L (covering List B). Note the matched values will not be on the same Row in both So what will be compared? if Col B & D rows matches somewhere with Col H & K an X is placed on the appropriate Row in Cols E & L Essentially I want to do a Supplier A/c Reconciliation. Above would give me a good start point |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Garry,
Am Fri, 18 Nov 2016 14:46:43 -0500 schrieb GS: .Cells(i, "E") = "x" .Cells(i, "L") = "x" ??s/b?? .Cells(j, "L") = "x" yes, you are right. It should be .cells(j,"L") Regards Claus B. -- Windows10 Office 2016 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Guys
What is it with copying the code from these forums, I always get syntax errors and end up removing all spaces from leading and end of each line? One Q, I've no data (yet), but when I ran code it placed an X in Row 1 E&L, it should be nothing, just a quirky one at this stage |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is it with copying the code from these forums, I always get
syntax errors and end up removing all spaces from leading and end of each line? Wordwraps and/or linewraps in the news reader... -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
#8
![]() |
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare two lists | Excel Worksheet Functions | |||
compare two lists | Excel Worksheet Functions | |||
Compare Two Lists | Excel Programming | |||
Compare 3 lists | Excel Programming | |||
Compare two sheets and perform action routine | Excel Programming |