+ Reply to Thread
Results 1 to 6 of 6

Excel Formula Help

  1. #1
    Registered User
    Join Date
    08-06-2015
    Location
    Cambridge, England
    MS-Off Ver
    2010
    Posts
    2

    Excel Formula Help

    Help! I have a hundreds of rows of data.
    Column A = names (can be duplications, can appear only once)
    Column B = Date (all different)
    Column C shows dates e.g.

    Joe Bloggs 03/09/2015 1st Date
    Joe Bloggs 18/09/2015 2nd Date
    Sue Smith 19/09/2015 1st Date
    Frank Jones 17/09/2015 1st Date
    Frank Jones 15/10/2015 2nd Date
    Frank Jones 25/10/2015 3rd Date

    We have target dates to make 1st Call by 18/09/2015; 2nd Call by 18/10/2015 & 3rd Call by 30/10/2015. How can I show if these targets are being met?

    I am pulling my hair out. Can you help?
    Angela

  2. #2
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,844

    Re: Excel Formula Help

    If you post a workbook with some data and examples of what you want it will be much easier to help you. If you have sensitive data, create some mockup data instead.
    <----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left

    If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
    I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.

  3. #3
    Registered User
    Join Date
    08-06-2015
    Location
    Cambridge, England
    MS-Off Ver
    2010
    Posts
    2

    Re: Excel Formula Help

    Hi Jacc, I can do that - but not sure how! Any guidance would be welcome

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Excel Formula Help

    Here are 2 examples of what you can do.
    1. Use conditional formatting to highlight those that are out. We have different date formats so not sure it will work but Sue Smith, row 3 should be highlighted in red and Frank Jones Row 7 in brown. Look at Conditional Formatting > Manage rules to see how the formulas are set up.

    2. Set up a table with due dates enfraction in E1:E3 and Due dates in F1:F3, In G1 copied across and down, this ARRAY formula

    =IFERROR(INDEX($A$1:$A$7, SMALL(IF($C$1:$C$7=$E1, IF($B$1:$B$7>$F1, ROW($A$1:$A$7))), COLUMNS($A$1:A$1))),"")
    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

    To submit a workbook example, Go Advanced>Manage Attachments
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  5. #5
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,844

    Re: Excel Formula Help

    Angela, this is how you post a workbook:

    How to post workbook.PNG

    Choose file -> Upload -> Close window

  6. #6
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Excel Formula Help

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title go to your first post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)

+ 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. [SOLVED] Excel Formula returning True Value for False Formula
    By bvercher in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-03-2015, 09:10 AM
  2. Replies: 2
    Last Post: 03-21-2014, 11:43 AM
  3. Macro: Applying formula to multiple cells in excel (formula editing)
    By city in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-27-2012, 06:41 AM
  4. Replies: 0
    Last Post: 03-19-2012, 07:32 PM
  5. Replies: 1
    Last Post: 03-04-2012, 12:03 AM
  6. [SOLVED] Excel 2002 formula displayed not value formula option not checked
    By Dean in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-28-2006, 10:35 AM
  7. [SOLVED] i edit a formula (excel) then it displays formula not answer
    By caiman in forum Excel General
    Replies: 2
    Last Post: 09-08-2005, 10:05 PM

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