Results 1 to 27 of 27

Parsing data issues

Threaded View

  1. #1
    Registered User
    Join Date
    10-22-2015
    Location
    USA
    MS-Off Ver
    2013
    Posts
    22

    Parsing data issues

    Basic overview:
    I am parsing the column, if it is a date, I convert the date to a date corresponding with a Wednesday (same day, or next Wednesday). Then I get the value from row under the date. If the Wednesday date is the same as previous, I keep adding the number value. If it is different, I store the number value in a cell, reset the count, and repeat. For this data, I should be getting:
    8/26/2015 7
    9/2/2015 6
    9/9/2015 3

    But what I actually get is:
    8/26/2015 1
    9/2/2015 7
    9/9/2015 8

    WB is attached below. I know I need to set prevDate the first time, but I couldn't get it to work

    Any assistance to get it working and/or suggestion to make the code more efficient will be appreciated!

    Attachment 426518
    Attached Files Attached Files
    Last edited by ishq786; 10-26-2015 at 05:31 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Data Validation List Issues/Sorting Issues
    By taylorbe in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-12-2014, 09:53 AM
  2. [SOLVED] Parsing data in a UDF
    By ARGK in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-12-2013, 05:16 PM
  3. Excel 2007 : Parsing data
    By vbagwell in forum Excel General
    Replies: 3
    Last Post: 10-21-2011, 02:13 PM
  4. Parsing out data after &
    By ntallman in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-23-2010, 11:10 AM
  5. [SOLVED] Parsing data
    By Jlaz in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-12-2006, 01:45 AM
  6. [SOLVED] Help With Parsing Data
    By Saxman in forum Excel General
    Replies: 5
    Last Post: 12-27-2005, 10:45 AM
  7. help with data parsing
    By Param Dhillon in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-24-2005, 12:06 AM
  8. Help with data parsing
    By Param Dhillon in forum Excel General
    Replies: 2
    Last Post: 02-23-2005, 10:06 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