+ Reply to Thread
Results 1 to 2 of 2

Modify A formula

  1. #1
    carl
    Guest

    Modify A formula

    Is possible to modify thisso that the value the minimum value returned is 2 ?

    =ROUNDUP(COUNTIF('Filtered Allocation'!$A$2:$A$10000;A3)/3;0)

    Thank you in advance.

  2. #2
    JE McGimpsey
    Guest

    Re: Modify A formula

    one way:

    =MAX(2,ROUNDUP(COUNTIF('Filtered Allocation'!$A$2:$A$10000;A3)/3;0))

    In article <D6DC7A66-761A-4179-8F45-4788B61EAE03@microsoft.com>,
    carl <carl@discussions.microsoft.com> wrote:

    > Is possible to modify thisso that the value the minimum value returned is 2 ?
    >
    > =ROUNDUP(COUNTIF('Filtered Allocation'!$A$2:$A$10000;A3)/3;0)
    >
    > Thank you in advance.


+ 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