Consulting

Results 1 to 4 of 4

Thread: Cut Data Once It Has Been Selected

  1. #1

    Cut Data Once It Has Been Selected

    Hi all,

    I have a long nested set of formulas that look into a worksheet data table and return data that matches specific reference points. Once I get that data with the formula below, is there a way to delete that data from the original table using a formula or some other method?

    =IF(ROWS($B$3:G43)<=$BY$2,IF(AND($BZ$2=INDEX('Accrual & PO Data'!$J$2:$J$1048576,AGGREGATE(15,3,('Accrual & PO Data'!$L$2:$L$1048576=$BX$2)/('Accrual & PO Data'!$L$2:$L$1048576=$BX$2)*ROW('Accrual & PO Data'!$I:$I),ROWS($B$3:J43))),$BX$2=INDEX('Accrual & PO Data'!$L$2:$L$1048576,AGGREGATE(15,3,('Accrual & PO Data'!$L$2:$L$1048576=$BX$2)/('Accrual & PO Data'!$L$2:$L$1048576=$BX$2)*ROW('Accrual & PO Data'!$I:$I),ROWS($B$3:J43)))),INDEX('Accrual & PO Data'!I$2:I$1048576,AGGREGATE(15,3,('Accrual & PO Data'!$L$2:$L$1048576=$BX$2)/('Accrual & PO Data'!$L$2:$L$1048576=$BX$2)*ROW('Accrual & PO Data'!$I:$I),ROWS($B$3:J43))),""),"")

    Thanks for the help!

    Steve

  2. #2
    VBAX Expert Logit's Avatar
    Joined
    Sep 2016
    Posts
    613
    Location
    .
    Deleting data requires VBA macro.

  3. #3

    Is there a way to do this in a Macro?

    Logit,

    Thanks for the reply. Is there a way to do this formula in a macro?

    Thanks.
    Steve

  4. #4
    VBAX Expert Logit's Avatar
    Joined
    Sep 2016
    Posts
    613
    Location
    .
    I admit that FORMULAS are not my strong point. The result is I don't fully understand what the formula is doing.

    If you can post a sample of your workbook with just enough data to demonstrate what it is you want, I might be able to assist. Or
    there are lots of folks here with a stronger understanding of formulas, etc. They will be happy to assist.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •