Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 328
Default Assign auto numbers based on a condition

Thank you, guys!

I think I found a solution, not perfect but it seems that it works.
=IF((ABS(C6)250)+ABS(D6)10%,COUNT($E$5:E5,1),"{a }")


"David Biddulph" wrote:

In your condition test you are adding a logical (ABS(C6)250), which will
have a value of 0 or 1, to ABS(E6), and then comparing the total with 10%.
Is that what you're trying to do?
In other words you'll get the TRUE condition either if ABS(E6) is greater
than 10%, or if ABS(C6)250 [because in the latter case it doesn't matter
what ABS() value we add to the logical 1 result, it will already be above
the 10% threshold.]
If that's what you're trying to do, it might be clearer if you express it as
an OR.
--
David Biddulph

"Lisa" wrote in message
...
Hello,
I need your expertise. I have few tabs with the similar data, where (a) is
below scope. I want to order all the variances above the scope (a) in
consecutive numbers by ignoring the blanks and below scope items. I am
using
this formula but it doesn't work because it is counting a's.
=IF((ABS(C6)250)+ABS(E6)10%,COUNT($C$6:C6)&"","{ a}")

....



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
scrolling numbers in auto filter? John Excel Discussion (Misc queries) 3 September 11th 06 02:38 PM
Assign number to groups of same numbers Mike Excel Discussion (Misc queries) 2 August 11th 06 08:35 PM
Excel auto formats cells with numbers - Can it be disabled? Jeromey Setting up and Configuration of Excel 1 May 21st 06 01:17 AM
Assign territories to Agents based on Zipcode lead history archien Excel Discussion (Misc queries) 1 April 15th 06 05:41 PM
assign auto number and auto date Krit Kasem Excel Discussion (Misc queries) 2 January 14th 05 02:55 AM


All times are GMT +1. The time now is 06:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"