+ Reply to Thread
Results 1 to 6 of 6

If Statement

  1. #1
    Registered User
    Join Date
    12-06-2012
    Location
    Brasil
    MS-Off Ver
    Excel 2010
    Posts
    12

    If Statement

    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

  2. #2
    Forum Expert
    Join Date
    07-15-2012
    Location
    Leghorn, Italy
    MS-Off Ver
    Excel 2010
    Posts
    3,431

    Re: If Statement

    attach a sample file with current sheet and desired sheet
    If solved remember to mark Thread as solved

  3. #3
    Registered User
    Join Date
    12-06-2012
    Location
    Brasil
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: If Statement

    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

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: If Statement

    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

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: If Statement

    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.

  6. #6
    Registered User
    Join Date
    12-06-2012
    Location
    Brasil
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: If Statement

    It's not this way...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1