+ Reply to Thread
Results 1 to 5 of 5

LOOKUP REPT one row not updating

  1. #1
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    LOOKUP REPT one row not updating

    Hi guys,

    I have a master tab with data I am inputting in a row everytime, which is supposed to feed into a 2nd tab, titled case form (auto populated). On the case form tab, row 7, my data =LOOKUP(REPT("z",255),Master!M:M) just does not update sometimes! all the other cells referenceing data from the master tab works fine. Can anyone suggest a more stable formula please? I use text with multiple lines on the master tab, maybe this is causing an issue? or it is the 255? I don't know.

    THANK YOu!
    Attached Files Attached Files
    Last edited by rayted; 06-27-2019 at 05:24 AM.
    Thanks,

    R.



  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: LOOKUP REPT one row not updating

    It work fine here. But you may try helper cell

    D1
    =MATCH(9^9,Master!F:F) or
    =MATCH("Ω",Master!F:F)

    Alt+234 for omega sign ="Ω" > rept("z",255) =TRUE


    B2 =INDEX(Master!F:F,D1)
    C1 =INDEX(Master!E:E,D1)

    and so on for other cells

  3. #3
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: LOOKUP REPT one row not updating

    Quote Originally Posted by Bo_Ry View Post
    It work fine here. But you may try helper cell

    D1
    =MATCH(9^9,Master!F:F) or
    =MATCH("Ω",Master!F:F)

    Alt+234 for omega sign ="Ω" > rept("z",255) =TRUE


    B2 =INDEX(Master!F:F,D1)
    C1 =INDEX(Master!E:E,D1)

    and so on for other cells
    Hi Bo_ry

    sorrry but I am unable to follow your steps, can you maybe put this on one line or in the spreadsheet? never heard of the omega sign! Btw just to clarify I am querying cell B7 on the case form tab - that's the issue!

    thank you!
    Last edited by rayted; 06-27-2019 at 06:03 AM.

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: LOOKUP REPT one row not updating

    We use rept("z",255) for lookup value because this has Greater than any text but "Ω" is greater than rept("z",255)

    Please see attached

    D1
    =MATCH(9^9,Master!F:F)
    E1
    =MATCH("Ω",Master!F:F)
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: LOOKUP REPT one row not updating

    Quote Originally Posted by Bo_Ry View Post
    We use rept("z",255) for lookup value because this has Greater than any text but "Ω" is greater than rept("z",255)

    Please see attached

    D1
    =MATCH(9^9,Master!F:F)
    E1
    =MATCH("Ω",Master!F:F)
    Got it thanks so much! rep added

+ 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. LOOKUP(REPT("z",255), NamedRange)
    By dluhut in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-31-2018, 11:36 AM
  2. [SOLVED] Repeating RANDBETWEEN with REPT?
    By Speshul in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-29-2014, 04:24 PM
  3. Use of special characters with rept function
    By ibexcel in forum Excel General
    Replies: 5
    Last Post: 06-18-2014, 08:01 AM
  4. REPT function and blank cells
    By erinvking in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-18-2012, 12:09 PM
  5. Average of cells with rept formula
    By Corvisius in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-10-2012, 11:26 AM
  6. Substititue and REPT
    By mobycane in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-06-2011, 04:30 AM
  7. Combining =REPT and =INT
    By brendan1 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-29-2008, 06:35 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