Results 1 to 3 of 3

Excel 2007 : Nested If Formula

Threaded View

  1. #1
    Registered User
    Join Date
    02-23-2011
    Location
    Saint Paul, Minnesota, USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Exclamation Nested If Formula

    Hi all,

    I have 2 workbooks to merge. Workbook 1 is used for logging the data and workbook 2 is used for table and graphs.
    Long story short, this is the formula I'm dealing with for workbook 1:

    =IF((V7=$M$2),R7,0)

    The value of V7 is a date with the following formula where B7 represents a past or present date:

    =IF(ISBLANK(B7),0,BY-DAY(B7)+1)

    And M2 is a date with the following formula where M1 is =NOW:

    =M1-DAY(M1)+1

    Everything works fine except the formula underlined above. I want the formula to be able to say if V7 is equal to (or the same) as M2, then it should equal data from R7, if it's not true, it should be 0. The formula looks logically correct to me (I'm not an Excel expert) but it's not posting the data from R7 when true.

    The reason for the complexity of the formula and my workbook is because we will be collecting data continuously into the future, but need to run reports to capture month to date status. The second reason for the complexity is that I need this workbook to be formula driven as it will be a shared workbook used by other management who may not be as familiar with Excel (so all they need to do is enter data in workbook 1 and then run workbook 2 to print reports).

    Thanks in advance for anyone who can provide any help! ☺
    Last edited by Aeriuzi; 03-02-2011 at 08:20 PM. Reason: Solved

Thread Information

Users Browsing this Thread

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

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