-
WSBrookBoy
AskWoody LoungerYour second formula worked for me and I thank you very much. The data I sent was just a subset of the original data and I neglected to include the zero values, but I added that condition to the formula you sent and it worked. Once I saw your logic I was able to figure the problem out. I feel like I had tried every possible array configuration but that one. It just didn’t occur to me to set all the conditions within the IF.
Thank you again for your insight.
Regards,
-
WSBrookBoy
AskWoody LoungerSeptember 8, 2005 at 6:48 pm in reply to: Creating a link to a specific message in Outlook (Excel 2003) #971811Hi Hans,
My apologies. The error was mine entirely. I had neglected to insert the tilde in the string. Once I inserted it, voila!, the problem was resolved. D-u-u-h…
However, there is another twist on this. Now what they want to do is create a folder on a shared drive and drop a copy of the email into that folder, which creates a .msg file there, which, I believe, is nothing more than a link pointing to the original email. Now the question becomes, is there a way to add a hyperlink in Excel to the particular file in that folder. I already know I can link to the folder itself, but I’ve been unable to get any farther than that. It seems what they want to do is to have shared users be able to see the original email.
As always, I would very much appreciate any insights you have on this.
Let me thank you for your efforts, which never fail to impress.
Regards,
-
WSBrookBoy
AskWoody LoungerSeptember 8, 2005 at 1:37 pm in reply to: Creating a link to a specific message in Outlook (Excel 2003) #971701Hi Hans,
Let me begin by thanking you for your response.
I tried what you suggested, but I get an error back that says “The messaging interface has returned an unkown error. If the problem persists, restart Outlook.”
What I did was create a new message with “Test Message” as the subject and then I sent it to one of my colleagues. Then I followed your instructions. I tried using the subject with quotes and without, but I got the same error either way.
I should also say that the messages will be in the Sent Items folder, not the Inbox. I did specify Sent Items as the folder.
Any other ideas?
-
WSBrookBoy
AskWoody LoungerHans, you prove yourself a genius once again. The formula works perfectly. I just couldn’t get the construction. I was trying to put the third condition outside the FREQUENCY and it didn’t work. It didn’t occur to me to construct the formula with the extra condition(s) inside the FREQUENCY.
Thank you again. This is terrific.
Regards,
-
WSBrookBoy
AskWoody LoungerHans, you are a life saver (as always). The formula works perfectly.
Now, please don’t shoot me, but I have a second, related question. Is it possible to amend this formula to add another condition? For example, this formula returns a count of the unique names in column B based on Title in column D. Suppose I need to further break down the count by seeing how many unique names that are, for example, Managing Directors in North America or Europe or Japan (column H)?
I know a pivot table will do all this, but for the purposes of this model a formula is much more efficient. We are currently using pivot tables to get this info, but they need to be rebuilt every week and the various filters need to be applied manually, all of which is time consuming. A formula that does it all would be so much better.
Thanks very much for the formula you provided. That alone will be a big help. It would be great if there were a formula to add more conditions.
Regards,
-
WSBrookBoy
AskWoody LoungerThanks, Steve. I was close, but I didn’t think to multiply the hits for the percentile in the array formula by ISNUMBER. I tried a lot of variations and I knew I was close, but I just couldn’t get the right answer.
Thanks again. You bring a lot of relief to a lot of Excel lives…
Regards,
-
WSBrookBoy
AskWoody LoungerHi Steve,
Well, I went through those posts and looked at the code and I still can’t make it work. I suspect now that there is something in our work environment that I don’t know that is the stopper. I have opened a support call with Adobe (we have a contract with them) hoping that they can point me in the right direction.
Let me thank you for your efforts. You are one knowledgeable and helpful guy.
George
-
WSBrookBoy
AskWoody LoungerHi Hans and thanks for your response.
The bad news is that it is not possible to use Access. I only sent a small portion of the actual downloaded data and the problem I described is actually only a part of a larger model. I need to code the entire thing so a user can click a button and get a result.
The good news is that I had a breakthrough and (I think) am on the way to fully resolving the problem in VBA. Basically I created two arrays and several counters and I was able to generate accurate numbers for the first three companies. I checked the results manually in a pivot table, so I’m pretty sure I have it now, but I’ll know for certain on Monday when I pick it up again.
Thanks again for your reply and your suggestion. I’m sure that if I don’t have the answer I’ll be back for more advice.
Regards,
-
WSBrookBoy
AskWoody LoungerHi Hans and thanks for your response.
The bad news is that it is not possible to use Access. I only sent a small portion of the actual downloaded data and the problem I described is actually only a part of a larger model. I need to code the entire thing so a user can click a button and get a result.
The good news is that I had a breakthrough and (I think) am on the way to fully resolving the problem in VBA. Basically I created two arrays and several counters and I was able to generate accurate numbers for the first three companies. I checked the results manually in a pivot table, so I’m pretty sure I have it now, but I’ll know for certain on Monday when I pick it up again.
Thanks again for your reply and your suggestion. I’m sure that if I don’t have the answer I’ll be back for more advice.
Regards,
-
WSBrookBoy
AskWoody LoungerActually I had thought of that in the first place, but the user said that this approach wouldn’t be practical for him, for whatever reason. I couldn’t find any functions that would work in such a situation and I got to thinking that maybe I’m just missing something, that perhaps there is a function that would work in such a situation. It looks like Legare’s approach is the only one that would work in this particular situation.
-
WSBrookBoy
AskWoody LoungerActually I had thought of that in the first place, but the user said that this approach wouldn’t be practical for him, for whatever reason. I couldn’t find any functions that would work in such a situation and I got to thinking that maybe I’m just missing something, that perhaps there is a function that would work in such a situation. It looks like Legare’s approach is the only one that would work in this particular situation.
-
WSBrookBoy
AskWoody LoungerVery clever. Yet another simple and elegant approach. Thank you for the insight.
Unfortunately the table in the example file was just for illustration. The real table(s) are more complex.
Thanks again…
-
WSBrookBoy
AskWoody LoungerVery clever. Yet another simple and elegant approach. Thank you for the insight.
Unfortunately the table in the example file was just for illustration. The real table(s) are more complex.
Thanks again…
-
WSBrookBoy
AskWoody LoungerYes, it does work, but I’m not sure why. I tried your formula with one minus sign in front of each array and that worked as well. Could you explain how your formula works?
Thanks very much for your response. I’ve found the SUMPRODUCT function to be very useful, did not see its use here until you pointed it out.
-
WSBrookBoy
AskWoody LoungerYes, it does work, but I’m not sure why. I tried your formula with one minus sign in front of each array and that worked as well. Could you explain how your formula works?
Thanks very much for your response. I’ve found the SUMPRODUCT function to be very useful, did not see its use here until you pointed it out.
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Edge Seems To Be Gaining Weight
by
bbearren
31 minutes ago -
Rufus is available from the MSFT Store
by
PL1
9 hours, 10 minutes ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
11 hours, 20 minutes ago -
KB5061768 update for Intel vPro processor
by
drmark
7 hours, 33 minutes ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
9 hours, 31 minutes ago -
My Simple Word 2010 Macro Is Not Working
by
mbennett555
7 hours, 5 minutes ago -
Office gets current release
by
Susan Bradley
9 hours, 42 minutes ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
1 day, 23 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
1 day, 8 hours ago -
Stop the OneDrive defaults
by
CWBillow
2 days ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
2 days, 10 hours ago -
X Suspends Encrypted DMs
by
Alex5723
2 days, 12 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
2 days, 13 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
2 days, 13 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
2 days, 14 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
2 days, 2 hours ago -
Enabling Secureboot
by
ITguy
2 days, 9 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
2 days, 22 hours ago -
No more rounded corners??
by
CWBillow
2 days, 17 hours ago -
Android 15 and IPV6
by
Win7and10
2 days, 7 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
3 days, 10 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
3 days, 13 hours ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
3 days, 7 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
3 days, 20 hours ago -
May preview updates
by
Susan Bradley
3 days, 7 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
2 days, 23 hours ago -
Just got this pop-up page while browsing
by
Alex5723
3 days, 12 hours ago -
KB5058379 / KB 5061768 Failures
by
crown
3 days, 9 hours ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
2 days, 11 hours ago -
At last – installation of 24H2
by
Botswana12
4 days, 12 hours ago
Recent blog posts
Key Links
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.