Negligible
New Member
- Joined
- Dec 10, 2013
- Messages
- 1
Hi. I've been going through the archives to look for an alternative to using "COUNTIF" as I am referencing a file that is 113 MB and would prefer never to open it again. There are a few suggestions I've seen in searching the archives like trying a combination SUM(IF) or ACOUNT but none work at the level of complexity that I've been using the "COUNTIF" function for. I've posted a sample of the code I've been using.
{=COUNTIFS(
'filelocation\[filename.xlsx]Sheetname'!$C:$C,"A",
'filelocation\[filename.xlsx]Sheetname'!$N:$N,"NO",
'filelocation\[filename.xlsx]Sheetname'!$CL:$CL,"YES",
'filelocation\[filename.xlsx]Sheetname'!$BT:$BT,"YES",
'filelocation\[filename.xlsx]Sheetname'!$F:$F,LEFT(RIGHT($A2,8),3)&" ",
'filelocation\[filename.xlsx]Sheetname'!$G:$G,RIGHT($A2,4))}
Can someone offer some insight into how I might be able to convert this so it will operate if the file is closed?
{=COUNTIFS(
'filelocation\[filename.xlsx]Sheetname'!$C:$C,"A",
'filelocation\[filename.xlsx]Sheetname'!$N:$N,"NO",
'filelocation\[filename.xlsx]Sheetname'!$CL:$CL,"YES",
'filelocation\[filename.xlsx]Sheetname'!$BT:$BT,"YES",
'filelocation\[filename.xlsx]Sheetname'!$F:$F,LEFT(RIGHT($A2,8),3)&" ",
'filelocation\[filename.xlsx]Sheetname'!$G:$G,RIGHT($A2,4))}
Can someone offer some insight into how I might be able to convert this so it will operate if the file is closed?