+ Reply to Thread
Results 1 to 1 of 1

Sending a Nested IF Equation with Sheet References and an OR Statement to a Cell

  1. #1
    Registered User
    Join Date
    12-12-2012
    Location
    Texas
    MS-Off Ver
    Excel 2003
    Posts
    1

    Sending a Nested IF Equation with Sheet References and an OR Statement to a Cell

    This is my first post so if I break a forum rule please let me know! This question seemed to blur the line between the VBA forum and the Function forum, but I'm pretty positive my logic is right so the solution probably revolves around a VBA answer.

    Here is a sample of code that works:

    Please Login or Register  to view this content.
    In the sheet labeled Data, Column 5 is all names, Column 9 is all dates and Column 10 is all Integers. In the active sheet there is a name in both R4C[-1] and R3C[-1]. So to sum up the change, I want to check Data!C5 for 2 different names instead of just one and check if the date in Data!C9 is between the date range of R15C1 and R14C1. I tried the no brain way of just splitting the OR function into 2 different sums and that works, but only for the smaller formula since you can only send a cell 255 characters. I have an array full of these equations that are offset specific so I'm hoping to just tweek the above code, maybe something other than .FormulaArray that doesn't have a limitation, but I completely understand if you find a solution that completely dismantels it.
    Last edited by vlady; 01-21-2013 at 07:41 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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