Posts by nilem

    Re: Lookup multiple values in a single cell without using Excel VBA


    Hi Nabilah,
    try this

    Re: Vba function to concatenate header with exclusive values


    Hi Kramerica1234,
    try this

    Re: Vba function to concatenate header with exclusive values


    Hi Kramerica1234,
    try this


    array formula on the sheet looks like
    {=Kramerica(A1:E1,A4:E5,A10:E10)}

    Re: Counting groups of consecutive values that exceed a specific threshold (meteorolo


    Hi greyrace777,
    try to use an UDF something like this

    Re: Counting groups of consecutive values that exceed a specific threshold (meteorolo


    Hi greyrace777,
    try this (if I understand correctly)

    Re: speed up filter, sum and copy paste to other sheet


    Hi Rahaman,
    maybe this is what you need (tested in E2010)

    Re: Help adapting script


    Hinmgmarques,
    maybe so

    Re: Speeding up a VBA UDF


    try it

    Re: find and move the duplicate values in another sheet


    I requested a sample file with the desired result...
    Okay, try it

    Re: find and move the duplicate values in another sheet


    Hi maximbebi,
    maybe so