+ Reply to Thread
Results 1 to 4 of 4

Adding Spacific Date Range

  1. #1
    Registered User
    Join Date
    02-06-2014
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    2

    Adding Spacific Date Range

    I have a form with multiple tabs. The main tab has a list of daily activity
    Example:

    Sea Farmer 1/1/2014 500 lbs
    Seafarmer 1/16/2014 600 lbs
    Seafarmer 2/1/2014 300 lbs

    One of the other tabs would be Sea Farmer. I have the formulas IF('Main'!B3="Sea Farmer",'Main'!C3,"") to select and copy the information from the main tab to match and copy to the matching tab but i only want a selected date range. For example i would need any cell with Sea Farmer copied to the tab Sea Farmer but only if it meets the specified date range 1/1/2014 to 1/31/2014

    Can anyone help? Im not sure if I have explained this right so let me know if you need more information.

    Thanks

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,475

    Re: Adding Spacific Date Range

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,860

    Re: Adding Spacific Date Range

    =if(And('Main'!B3="Sea Farmer", 'Main'!C3>= 1/1/2014, 'Main'!C3<= 1/31/2014),'Main'!C3,"")

    Try the above
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  4. #4
    Registered User
    Join Date
    02-06-2014
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Adding Spacific Date Range

    Sorry for the deley here. attached is a file workbook of what i am trying to do
    Attached Files Attached Files

+ 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. issue converting date to a spacific format
    By komet12 in forum Excel General
    Replies: 2
    Last Post: 12-12-2013, 10:04 AM
  2. Adding Value Between the date Range
    By jenita.kurlawala in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-04-2013, 08:02 AM
  3. [SOLVED] Help with Adding Date Range to Formula
    By Berryblue in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-08-2013, 11:44 PM
  4. [SOLVED] Adding cells that are in a specified date range
    By ratkiller in forum Excel General
    Replies: 5
    Last Post: 05-02-2012, 02:01 AM
  5. Adding date range to formula
    By rhudgins in forum Excel General
    Replies: 9
    Last Post: 10-26-2011, 02:55 PM

Tags for this Thread

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