If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Excel > How can I stop this template from locking up

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-20-09, 12:26
Fire Alarm Fire Alarm is offline
Registered User
 
Join Date: Jul 2009
Posts: 10
How can I stop this template from locking up

I created this template to help in counting devices but with all of the formulas, it keeps locking up when I try to paste in the devices or add a formula. I attached the form. You just need to change the file extension from a .txt back to .xls.
Attached Files
File Type: txt FIRE ALARM DEVICE COUNTS TEMPLATE1.TXT (75.0 KB, 80 views)
Reply With Quote
  #2 (permalink)  
Old 07-21-09, 09:57
Ax238 Ax238 is offline
Registered User
 
Join Date: May 2009
Posts: 257
All of your formulas go all the way down to 65536... are you really going to need over 65,000 devices?
Reply With Quote
  #3 (permalink)  
Old 07-21-09, 10:00
Fire Alarm Fire Alarm is offline
Registered User
 
Join Date: Jul 2009
Posts: 10
Not really. I figure it was to to be redundant. To make sure I don't miss any devices.
Reply With Quote
  #4 (permalink)  
Old 07-21-09, 13:50
Ax238 Ax238 is offline
Registered User
 
Join Date: May 2009
Posts: 257
If they aren't needed, start stripping them down.

Use a formula like the following to get the total number of rows:
Code:
=ROW(OFFSET('FIRE ALARM DEVICES'!A1,COUNTA('FIRE ALARM DEVICES'!A:'FIRE ALARM DEVICES'!A)-1,0))
You can put this on the second and third sheet in say, C1. So then your formulas would be:
Code:
=COUNTIF('FIRE ALARM DEVICES'!$A$2:OFFSET('FIRE ALARM DEVICES'!$A$2,$C$1,0),"SIGA-PS")
Ax
Reply With Quote
  #5 (permalink)  
Old 07-21-09, 15:35
Fire Alarm Fire Alarm is offline
Registered User
 
Join Date: Jul 2009
Posts: 10
I will give it a try thanks.
Reply With Quote
  #6 (permalink)  
Old 07-22-09, 09:16
Ax238 Ax238 is offline
Registered User
 
Join Date: May 2009
Posts: 257
No problem, let us know how it turns out.
Reply With Quote
  #7 (permalink)  
Old 07-28-09, 07:08
Fire Alarm Fire Alarm is offline
Registered User
 
Join Date: Jul 2009
Posts: 10
Ax,
Sorry took so long to get back, was on a much needed vacation. Everything worked great thanks.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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