+ Reply to Thread
Results 1 to 2 of 2

multiple nested if(vlookups to linked sheets causes 100% CPU uasgae and crash

  1. #1
    Registered User
    Join Date
    06-04-2008
    Posts
    10

    multiple nested if(vlookups to linked sheets causes 100% CPU uasgae and crash

    =IF(ISTEXT(G2)=TRUE,IF(LEN(G2)>8,IF(VLOOKUP(VALUE(LEFT(G2,6)),'\\Srsbnad\SRSdata\5.0 General Administration\MASTER LISTS\Current JDE Job Status.xls'!status,1)=VALUE(LEFT(G2,6)),"open","Closed"),""),"")


    =IF(ISTEXT(G2)=TRUE,"",IF(G2=VLOOKUP(G2,'\\Srsbnad\SRSdata\5.0 General Administration\MASTER LISTS\MASTER PLANT LIST.xls'!RC_Plant_Number,1),"plant found","not found"))

    Any suggestions why this is causing 100% CPU usage when these formula are copied down the sheet alongside the new data entered. Even 5 or six new lines copied causes issues, twenty at a time and the sytem grinds to a halt.
    Attached Files Attached Files
    Last edited by GrahamBlackwell; 06-04-2008 at 11:08 PM.

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326
    Quote Originally Posted by GrahamBlackwell
    =IF(ISTEXT(G2)=TRUE,IF(LEN(G2)>8,IF(VLOOKUP(VALUE(LEFT(G2,6)),'\\Srsbnad\SRSdata\5.0 General Administration\MASTER LISTS\Current JDE Job Status.xls'!status,1)=VALUE(LEFT(G2,6)),"open","Closed"),""),"")


    =IF(ISTEXT(G2)=TRUE,"",IF(G2=VLOOKUP(G2,'\\Srsbnad\SRSdata\5.0 General Administration\MASTER LISTS\MASTER PLANT LIST.xls'!RC_Plant_Number,1),"plant found","not found"))

    Any suggestions why this is causing 100% CPU usage when these formula are copied down the sheet alongside the new data entered. Even 5 or six new lines copied causes issues, twenty at a time and the sytem grinds to a halt.
    Don't know if ths will help but you could change the following

    replace
    Please Login or Register  to view this content.

    with
    Please Login or Register  to view this content.
    .

    also
    replace
    Please Login or Register  to view this content.


    with
    Please Login or Register  to view this content.


    ( do the same with the second VALUE evaluation)

    You might also replace VLOOKUP with
    Please Login or Register  to view this content.
    Last edited by arthurbr; 06-05-2008 at 09:31 AM.

+ 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