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.
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.
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks