+ Reply to Thread
Results 1 to 14 of 14

Look ups? Kinda............

  1. #1
    Forum Contributor
    Join Date
    06-07-2006
    Posts
    121

    Look ups? Kinda............

    Ok, here's what I am trying to do.

    One tab (Escalations) has months listed in column A and the rates of rent that apply to that month.

    On the Run off Tab I have all the months listed in column A from the beginning to the end of the lease.

    In column B of the Run off tab, I am trying to find the rental rate for that month from the Escalations Tab.

    In column C of the Run off tab, I need to multiply the appropriate rental rate for that month x RSF (Rental Square Feet).

    Looking at this on the attachment may help.

    Many thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    Attached is your corrected sheet ...

    HTH
    Carim
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    06-07-2006
    Posts
    121

    Question Not yet..........

    Thanks.

    Unfortunately, that VLookup doesn't do what's needed.

    I was thinking it would have to be an IF statement. If the month on the run off tab falls between this period on the Escalations tab you would then get this rate. The rates are not consistent and they will change along with the periods.

    Please take a look. Thanks.
    Attached Files Attached Files

  4. #4
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi again,

    Sorry but given your escalations Sheet, rate currently changes only in March 2011 ... which is what the vlookup() function does ...copied down to line 63


    HTH
    Carim

  5. #5
    Forum Contributor
    Join Date
    06-07-2006
    Posts
    121
    Carim take a look at the new attachment.

    I need to get the rate for that month. The rates escalate but they can also be zero. Any thoughts???
    Attached Files Attached Files

  6. #6
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Now I am lost ...

    The new attachment is identical to previous one ...
    Do you mean formula should have been copied all the way down ...

    see attachment ...

    HTH
    Carim
    Attached Files Attached Files

  7. #7
    Forum Contributor
    Join Date
    06-07-2006
    Posts
    121

    Cool

    Carim, sorry I lost you there............

    I brain farted. You were on point!

    Muchas Gracias hermano!

  8. #8
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    De nada señor ...

    Thanks for the feedback

    Carim

  9. #9
    Forum Contributor
    Join Date
    06-07-2006
    Posts
    121

    Formula help

    Carim, when you have a moment, can you take a look at cell G134 on the run off tab. I can have calculations occuring after the lease expiration date. What am I doing wrong in the formula?

    Merlin

    =IF(B132<=expire,(VLOOKUP(B132,Escalations!$B$26:$F$41,5)*RSF),”0”)
    Attached Files Attached Files
    Last edited by Merlin54k; 12-19-2006 at 03:39 PM.

  10. #10
    Forum Contributor
    Join Date
    06-07-2006
    Posts
    121
    Anyone see what's wrong in this mess???

    =IF(B132<=expire,(VLOOKUP(B132,Escalations!$B$26:$ F$41,5)*RSF),”0”)

  11. #11
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi again,

    Please Login or Register  to view this content.
    HTH
    Carim

  12. #12
    Forum Contributor
    Join Date
    06-07-2006
    Posts
    121
    Ok, this works but if I don't want to get false message what could I do???

    =IF(B133<=expire,(VLOOKUP(B131,Escalations!$B$26:$F$41,5)*RSF))

  13. #13
    Forum Contributor
    Join Date
    06-07-2006
    Posts
    121
    Senor Carim, muchas gracias!!!

  14. #14
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    De nada amigo .. con mucho gusto ...

    Thanks for the feedback

    Carim

+ 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