Results 1 to 27 of 27

Help with a string of IF statements

Threaded View

Conorg Help with a string of IF... 06-24-2019, 12:01 PM
modytrane Re: Help with a string of IF... 06-24-2019, 12:22 PM
Conorg Re: Help with a string of IF... 06-24-2019, 12:35 PM
FDibbins Re: Help with a string of IF... 06-25-2019, 12:38 AM
modytrane Re: Help with a string of IF... 06-25-2019, 09:16 AM
Conorg Apologies for the confusion I... 06-28-2019, 07:31 AM
JeteMc Re: Help with a string of IF... 07-02-2019, 01:20 PM
Conorg Re: Help with a string of IF... 07-03-2019, 06:52 AM
JeteMc Re: Help with a string of IF... 07-03-2019, 09:43 PM
Conorg Re: Help with a string of IF... 07-17-2019, 12:23 PM
JeteMc Re: Help with a string of IF... 07-17-2019, 12:42 PM
Conorg Re: Help with a string of IF... 09-19-2019, 06:53 AM
JeteMc Re: Help with a string of IF... 09-19-2019, 10:16 PM
Conorg Re: Help with a string of IF... 09-30-2019, 10:57 AM
JeteMc Re: Help with a string of IF... 10-02-2019, 10:25 AM
Conorg Re: Help with a string of IF... 10-08-2019, 06:50 AM
JeteMc Re: Help with a string of IF... 10-08-2019, 11:01 AM
Conorg Re: Help with a string of IF... 10-10-2019, 06:05 AM
JeteMc Re: Help with a string of IF... 10-10-2019, 09:45 AM
Conorg Re: Help with a string of IF... 12-03-2019, 09:14 AM
JeteMc Re: Help with a string of IF... 12-03-2019, 11:40 PM
Conorg Re: Help with a string of IF... 12-04-2019, 06:38 AM
JeteMc Re: Help with a string of IF... 12-04-2019, 09:48 AM
Conorg Re: Help with a string of IF... 01-15-2021, 01:05 PM
JeteMc Re: Help with a string of IF... 01-20-2021, 10:54 AM
Conorg Re: Help with a string of IF... 01-22-2021, 01:46 PM
JeteMc Re: Help with a string of IF... 01-22-2021, 08:12 PM
  1. #6
    Registered User
    Join Date
    06-24-2019
    Location
    Ireland
    MS-Off Ver
    Microsoft Office 365 Pro Plus 64-Bit
    Posts
    13
    Apologies for the confusion I only meant to attach one sheet not the whole book and the stressed case was not meant to be included. I have attached one sheet now and here's a better outline of where I'm at:


    Expected results:

    1. When the current date (H2:AA2) exceeds either the "Lease Break" date (column D) or "Lease Expiry" (Column E) I want the rental values to drop off (or expire as it were).

    2. If the rental values have dropped off and the cell = 0 i want it to display the word "Void" for the amount of quarters specified in column G.

    3. Finally, I want the cashlows/rent to kick back in (at the level it was previously) after the specified amount of "Void" periods (per Column G) have elapsed.


    So I have tried to tackle each of these one at a time as follows:

    1. IF(H2>$E$4, 0, $F$4/4) & IF(H2>$D$4, 0, $F$4/4)

    2. & IF(H4=0, "VOID", "")

    3. IF(D4:G4="VOID", $F$5/4, "")


    Just to note the model takes the annual rental sum and divides it into quarterly amounts.


    I have attempted each element of the above separately in rows 4-7:

    1. Rows 4 & 5: when the current date exceeds the lease break date or lease expiry date I want the cell to revert to 0, I have these working separately.

    2. Row 6: I can get this working to an extent but I don't know if it is the delimiting or what but the text keeps disappearing (even though I've delimited cells).

    3. Row 7: This appears to be working okay.

    So I have tried (and failed) to merge all of these rules together and it's just not happening for me, any advice would be greatly appreciated.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Difficulty With User Defined Functions (UDF) - Case Statements for String & Int
    By Deyeski in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-16-2017, 06:04 PM
  2. String of IF(And statements
    By ksky88 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-19-2017, 12:48 PM
  3. [SOLVED] Wanting to string multiple IF(AND) statements together
    By BBFDSue in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-27-2017, 02:06 PM
  4. [SOLVED] Select Case statements after Search String not working
    By rdowney79 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-10-2013, 03:04 PM
  5. Excel 2007 : Nested IF Statements and string text
    By katharineb in forum Excel General
    Replies: 5
    Last Post: 07-22-2010, 05:20 PM
  6. IF statements based on text in a string
    By giantwolf in forum Excel General
    Replies: 4
    Last Post: 12-12-2008, 11:50 AM
  7. Add multiple IF statements to a combined string of cells
    By littledobby in forum Excel General
    Replies: 1
    Last Post: 07-17-2008, 11:31 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