Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm working on a data register that I want to be able to update with
new data in a folder and its subfolders. I am at the stage where it searches the subfolders for certain types of files and puts the information in a few rows (filename, filetype, filepath, date modified, etc). However, at the moment it assumes a new spreadsheet as it starts putting data in the second row. What I need next is take the filename and filepath and compare it with the data that is already in the spreadsheet. If it doesn't exist, find the next blank row and put it in. The problem is that I need it to compare two columns at on each row. As an example: A B FILENAME FILEPATH 1 Widget C:\temp Let's say it came across another file called Widget but in the C:\Windows folder. This would need to be recorded as it is not the same file. What is the easiest way to ask: If (inFileN & inFileP = A1 & B1) Then.... Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
FIND / SEARCH text compare cell to string in 3rd cell | Excel Discussion (Misc queries) | |||
Compare 2 text colomns and match rows depends by cell content | Excel Programming | |||
how insert same text in empty cells in column (10000 rows) | Excel Worksheet Functions | |||
delete empty rows between rows with text | Excel Discussion (Misc queries) | |||
Compare 2 rows of text and return adj value | Excel Worksheet Functions |