Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Boenerge
 
Posts: n/a
Default limit column entries

Is it possible to block enteries in a column if a certain amount of text
entries has been reached e.g. if you only want 3xE & 2xL entries?

  #2   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

This is multiposted.

I don't know what 3xE & 2xL means.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Boenerge" wrote in message
...
Is it possible to block enteries in a column if a certain amount of text
entries has been reached e.g. if you only want 3xE & 2xL entries?



  #3   Report Post  
Boenerge
 
Posts: n/a
Default

The 3xE & 2xL refer to the limit of entries of that particular text type in a
column. The text refers to specific shifts (E-early, L-late). So I only
want to enter 3 early shifts and 2 late shifts and block and further entries
of these shift types. Hope this clears things up a bit.
Boenerge

"Earl Kiosterud" wrote:

This is multiposted.

I don't know what 3xE & 2xL means.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Boenerge" wrote in message
...
Is it possible to block enteries in a column if a certain amount of text
entries has been reached e.g. if you only want 3xE & 2xL entries?




  #4   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Assume you want to limit the range A1:A20 to a maximum of 3 E's or 2 L's.

Select the range A1:A20
Goto DataValidation
Allow: Custom
Formula: =AND(COUNTIF(A$1:A1,"E")<=3,COUNTIF(A$1:A1,"L")<=2 )

Biff

"Boenerge" wrote in message
...
The 3xE & 2xL refer to the limit of entries of that particular text type
in a
column. The text refers to specific shifts (E-early, L-late). So I only
want to enter 3 early shifts and 2 late shifts and block and further
entries
of these shift types. Hope this clears things up a bit.
Boenerge

"Earl Kiosterud" wrote:

This is multiposted.

I don't know what 3xE & 2xL means.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Boenerge" wrote in message
...
Is it possible to block enteries in a column if a certain amount of
text
entries has been reached e.g. if you only want 3xE & 2xL entries?






  #5   Report Post  
Tosca
 
Posts: n/a
Default

Nice trick - I'll file that for future use!

"Biff" wrote in message
...
Hi!

Assume you want to limit the range A1:A20 to a maximum of 3 E's or 2 L's.

Select the range A1:A20
Goto DataValidation
Allow: Custom
Formula: =AND(COUNTIF(A$1:A1,"E")<=3,COUNTIF(A$1:A1,"L")<=2 )

Biff



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
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM
Counting unique entries in column A but only if specific values appear in columns B and C markx Excel Worksheet Functions 1 February 10th 05 11:52 AM
Preventing Duplicate Entries within a column Bruce Excel Discussion (Misc queries) 3 January 29th 05 12:33 AM
I want to delete rows with duplicate entries within one column. kini olegario Excel Discussion (Misc queries) 1 January 15th 05 01:44 AM
Remove link fr a column of entries Rasoul Khoshravan Azar Excel Discussion (Misc queries) 1 December 17th 04 06:44 PM


All times are GMT +1. The time now is 04:09 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"