Results 1 to 5 of 5

Thread: Search by word and replace with Date from another sheet!

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Posts
    9
    Rep Power
    0

    Search by word and replace with Date from another sheet!

    Hi,
    I have two sheets "Output","Int".
    I have to fill the "Output" sheet's Start and End column with respective dates from "Int" sheet.
    The dates have to filled based on the program names.
    The attached sheet will clearly show what is required.
    Attached Files Attached Files

  2. #2
    Member
    Join Date
    Jul 2012
    Posts
    55
    Rep Power
    12
    devpp, why you ask same question in many site?

    I should also mention that you put the same question on multiple sites. You get a response from jindon.
    Search by word and replace with date

  3. #3
    Junior Member
    Join Date
    Aug 2013
    Posts
    9
    Rep Power
    0
    Quote Originally Posted by Ingolf View Post
    devpp, why you ask same question in many site?

    I should also mention that you put the same question on multiple sites. You get a response from jindon.
    Search by word and replace with date
    My mistake.
    Wont do so.

  4. #4
    Junior Member
    Join Date
    Feb 2015
    Posts
    6
    Rep Power
    0

    Solutions without macro

    alternatively,

    We can get the dates without using code, attached is the version with only excel's array formulas.

    ABC1.xlsx

  5. #5
    Member
    Join Date
    Jul 2012
    Posts
    55
    Rep Power
    12
    Why not normal formula?

    E4 =SUMPRODUCT((Int!$A$2:$A$13=Int!$A$2)*(Int!$B$2:$B $13=$C4)*(Int!$C$2:$C$13))
    F4 =SUMPRODUCT((Int!$A$2:$A$13=Int!$A$2)*(Int!$B$2:$B $13=$C4)*(Int!$D$2:$D$13))
    Last edited by Ingolf; 03-14-2015 at 06:15 PM.

Similar Threads

  1. Replies: 1
    Last Post: 06-12-2013, 07:42 PM
  2. Replace Incorrect Date In Cell To Another Valid Date
    By DARSHANKmandya in forum Excel and VBA Tips and Tricks
    Replies: 2
    Last Post: 03-21-2013, 09:27 PM
  3. Search form on work sheet
    By Ryan_Bernal in forum Excel Help
    Replies: 5
    Last Post: 01-15-2013, 11:46 AM
  4. Search word in different workbooks and sheets
    By k0st4din in forum Excel Help
    Replies: 5
    Last Post: 11-29-2012, 10:10 PM
  5. Replies: 2
    Last Post: 09-25-2012, 01:30 AM

Posting Permissions

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