Hi,
I'm trying to write a code like this:
If cells(x,x).value = any cell in the range (it's a named array) then store this value (of cell(x,x)) in sheet y
Thanks
Hi,
I'm trying to write a code like this:
If cells(x,x).value = any cell in the range (it's a named array) then store this value (of cell(x,x)) in sheet y
Thanks
attach a sample file with current sheet and desired sheet
If solved remember to mark Thread as solved
Hi,
Sorry if I wasn't clear... I'll try to explain better the procedure I want to make.
I'd some help to write a code like this:
For i = 1 to LstRow
If cells(i,3) = any cell in a named range (ex: D1:D52 is a named range "ColumnD") then
'check if cell (i,3) have the same value as any cell in the range "ColumnD"
offset(0,1) "ColumnD" , and send the cell(i,3) to the sheet named the value of column E.
For example (on the file that I attached):
For i = 1 'cells(1,3) is "AUTO"
so I search on the named range "ColumnD" where's the word "AUTO". In this case, it's in the position 1 too. So I offset(0,1) and go to Column E. The value is "Oficina" in Column E, line 1. So i have to send the cell(1,3).value to the sheet named "oficina" (i'll create those sheets).
And so on...
https://www.dropbox.com/s/4uk9m9k6jc...example.xlsx?m
Please don't attach a file in external site instead you can attach a file within this site by following the below procedure.
To Attach a File:
1. Click on Go Advanced
2. In the frame Attach Files you will see the button Manage Attachments
3. Click the button.
4. A new window will open titled Manage Attachments - Excel Forum.
5. Click the Browse... button to locate your file for uploading.
6. This will open a new window File Upload.
7. Once you have located the file to upload click the Open button. This window will close.
8. You are now back in the Manage Attachments - Excel Forum window.
9. Click the Upload button and wait until the file has uploaded.
10. Close the window and then click Submit.
If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
Mark your thread as Solved
If the suggestion helps you, then Click *below to Add Reputation
Not sure how you are matching data and getting the output in that way.
Check whether the below code helps you
![]()
Please Login or Register to view this content.
It's not this way...
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks