IF formula resulting in FALSE for some users, but not others

jacarroll09

New Member
Joined
Mar 4, 2022
Messages
6
Office Version
  1. 365
Platform
  1. Windows
I'm using the following formula that refers to a sheet named "NetworkList" within the same workbook to tell the user whether a geographic location in column E is in or out of a specific network. The NetworkList sheet lists the in and out of network locations in column A and B. When some users run the formula, it works properly. When others run the formula, every cell says FALSE. All users in question are using Office 365. Does anybody know what could be going wrong here, and what can I do to get this running correctly for all users?

The formula is below:

=IF(SUM(N(ISNUMBER(SEARCH(NetworkList!$A$1:$A$299,E2))))>0,"in-network",IF(SUM(N(ISNUMBER(SEARCH(NetworkList!$B$1:$B$55,E2))))>0,"out-of-network"))
 
Hi jkatw,

Your formula in Post #8 worked for the user that was having trouble last week. Thanks so much for your help here! I was wondering if you could please explain how the formula works so that I can apply this if necessary in the future?

Thanks again!
 
Upvote 0

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Well, my formula in Post # 8 is does the same thing as your original formula, I suggested my formula because I suspect some of your users Excel might require your formula to be Array-entered in order to work, my formula is Normally entered, so there's no chance of that particular problem.

My formula searches E2 within your A and B Column lists, the LOOKUP function is able to handle "arrays" and output the result accordingly.
I recently explained some of the aspects of how the LOOKUP function works in another post, you can read it here:


Hope this helps.
 
Upvote 0
You're welcome, thanks for the feedback and glad to know it's working for you.
 
Upvote 0

Forum statistics

Threads
1,215,460
Messages
6,124,949
Members
449,198
Latest member
MhammadishaqKhan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top