+ Reply to Thread
Results 1 to 3 of 3

using same formula on diff sheet with diff columns

  1. #1
    Forum Contributor
    Join Date
    10-27-2013
    Location
    Ireland
    MS-Off Ver
    Microsoft 365
    Posts
    403

    using same formula on diff sheet with diff columns

    Im currently using this on a sheet im working on how can i use this in another sheet with same info the name of sheet is "Employee info" and the employee names are in "A:A" and the dates are in column "F:F"

    =IF(AND(MONTH(D2)=MONTH(NOW()),DAY(D2)=DAY(NOW())),A2&" ("&YEAR(NOW())-YEAR(D2)&")","")

  2. #2
    Forum Contributor
    Join Date
    07-10-2012
    Location
    Bangladesh
    MS-Off Ver
    Excel 2007
    Posts
    129

    Re: using same formula on diff sheet with diff columns

    put ='Employee info!' before each cell address and replace column address "d" to "f"

  3. #3
    Forum Contributor
    Join Date
    07-10-2012
    Location
    Bangladesh
    MS-Off Ver
    Excel 2007
    Posts
    129

    Re: using same formula on diff sheet with diff columns

    put ='Employee info!' before each cell address and replace column address "d" to "f"

    =IF(AND(MONTH('Employee info!f2)=MONTH(NOW()),DAY('Employee info!f2)=DAY(NOW())),A2&" ("&YEAR(NOW())-YEAR('Employee info!f2)&")","")

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 6
    Last Post: 08-28-2014, 02:44 AM
  2. [SOLVED] Move coulumns data of a sheet to diff other columns of other sheet in same workbook
    By ROHAN999 in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 09-03-2013, 09:22 AM
  3. Replies: 0
    Last Post: 07-30-2013, 07:42 PM
  4. [SOLVED] IF/OR to count how many times a word shows up in either of two columns of a diff. sheet
    By FIFTYFINGERS in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-18-2013, 03:12 PM
  5. [SOLVED] Macro to send mail via lotus notes diff people diff attachment
    By mangeshp4 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-21-2013, 03:01 AM
  6. Replies: 2
    Last Post: 01-13-2013, 06:50 AM
  7. Replies: 0
    Last Post: 01-13-2005, 06:49 AM

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