+ Reply to Thread
Results 1 to 2 of 2

If then formula

  1. #1
    Registered User
    Join Date
    03-20-2013
    Location
    New Zealand
    MS-Off Ver
    Excel 2003
    Posts
    1

    If then formula

    Hi,

    I have a spreadsheet which on the first worksheet shows a range of data with the first column being name of a person.

    The second worksheet is a breakdown of information for that person only.

    What I want the formula to do is:

    If Worksheet A, Column A1 says JOE BLOGGS, then copy the whole row to next worksheet.

    Does that make sense?

    Does anyone have the IF THEN formula to copy row to another spreadsheet if it contains certain information from one cell?

  2. #2
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: If then formula

    Without being able to see the data, its pretty hard to offer a precise answer, but maybe something like this (I'm going to use default sheet names here):
    Sheet1 data is in A1:E100
    Sheet2 A1 = Joe Bloggs
    in Sheet2 A2:
    =INDEX(Sheet1!$A$1:$E$100,MATCH($A$1,Sheet1!$A$1:$A$100,0),COLUMN())
    Drag across to column E
    or
    =VLOOKUP($A$1,Sheet1!$A$1:$E$100,COLUMN(),0)
    Drag across to column E

    Hope this helps
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

+ 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