+ Reply to Thread
Results 1 to 2 of 2

TRANSPOSE

  1. #1
    Dave F
    Guest

    TRANSPOSE

    Let's say you want to trigger the transposition of a range if a criteria is
    met, for example, something like the below, where the sum of the count of 1s
    and 2s in the range D5:D16 is < 18.

    This formula returns an error as currently written. Can you trigger a
    transposition to happen given certain criteria? I suppose a more general
    question is: can you trigger any array function given certain criteria?

    =IF(SUM(COUNTIF(D5:D16,1),COUNTIF(D5:D16,2))<18,TRANSPOSE(D5:D16),SUM(COUNTIF(D5:D16,1),COUNTIF(D5:D16,2)))

  2. #2
    thard
    Guest

    RE: TRANSPOSE

    2 things come to mind.

    1. Be sure to use CTRL+SHIFT+ENTER since this is an array formula

    2. If the range is a column of 12 cells, I believe when you enter the array
    formula you have to account for the transposed area. That is, you have to
    select a row of 12 cells when you mark the formula as an array.

    I don't work alot with array formulas though, hope it helps you a little
    anyway...

    "Dave F" wrote:

    > Let's say you want to trigger the transposition of a range if a criteria is
    > met, for example, something like the below, where the sum of the count of 1s
    > and 2s in the range D5:D16 is < 18.
    >
    > This formula returns an error as currently written. Can you trigger a
    > transposition to happen given certain criteria? I suppose a more general
    > question is: can you trigger any array function given certain criteria?
    >
    > =IF(SUM(COUNTIF(D5:D16,1),COUNTIF(D5:D16,2))<18,TRANSPOSE(D5:D16),SUM(COUNTIF(D5:D16,1),COUNTIF(D5:D16,2)))


+ 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