9
votes
Return list of all values that match criteria
A neat solution that I think may work for these scenarios:
=FILTER(A:A,B:B=D1,"") where D1 contains the number you want to filter by.
5
votes
Replying in mailing lists
You are asking about two separate things – whether a message is part of a thread/conversation (References:, In-Reply-To: headers) and to whom a message is sent (To:, Cc: headers) are completely ...
5
votes
Return list of all values that match criteria
If you don't want a pivot table, you can use an array formula.
I'm using D4 to store the number you want to return (in this case names that match 4)..but you can edit as necessary:
=IFERROR(INDEX($A$...
4
votes
Accepted
List Every Single Registry Key in Windows
Thanks to a comment by IT Solutions, I found the answer to this. Below is the command line code:
reg.exe export HKEY_LOCAL_MACHINE C:\path\machine_registry.txt
reg.exe export HKEY_CLASSES_ROOT C:\...
4
votes
What are the valid public ip address ranges
1.0.0.0-9.255.255.255
11.0.0.0-100.63.255.255
100.128.0.0-126.255.255.255
128.0.0.0-169.253.255.255
169.255.0.0-172.15.255.255
172.32.0.0-191.255.255.255
192.0.1.0/24
192.0.3.0-192.88.98.255
192.88....
4
votes
Accepted
Excel - extract values from multiple cells and list them
If you have Office 365 Excel or later then you can use TEXTJOIN as an Array Formula:
=TEXTJOIN(CHAR(10),TRUE,IF(ISNUMBER(SEARCH(E4,$B$1:$B$3)),$A$1:$A$3,""))
Being an Array Formula it must be ...
4
votes
Is there an equivalent of a downloads list for attachments saved from MS Outlook?
Such a window exists in Outlook, it is only frequently overlooked: Right-click any attachment and choose Save As.
...then just open your file using right-click context menu > Open.
Follow next steps ...
3
votes
Accepted
Windows 7/10 command line show running Applications/windows
To quote Raymond Chen, given the following source:
https://blogs.msdn.microsoft.com/oldnewthing/20171219-00/?p=97606
When you go to the Processes tab in Task Manager, you see the
processes ...
3
votes
Why is my bullet formatting reset after changing a single bullet in Microsoft Word?
I have found something that works for me. I'm using Word 2010. If I create a list like you have, place the cursor on the line I want to change, and then select the new bullet type, it will change ...
3
votes
Accepted
Why does the dropdown button in Excel data validation disappear?
This appears to be a bug in some versions of excel.
If you used the camera tool, then if the input cells of the camera tool object (the linked cells) are on a different worksheet as the data ...
3
votes
Accepted
How to specify space between each list item and space before/after the whole list
I've never found a way to do that with Word styles or styles in most publishing software, because paragraph styles do not usually have a way to specify or target "entire list." This is assuming we're ...
3
votes
Accepted
Are there special characters that can be used for sorting but not displaying?
You might use zero - width space
It has larger code than letters, so text without that is the first, text preceded by one is the second, text preceded by two zero-width space is the third and so on.
2
votes
Windows7: Last files listing in start menu
You should try to reset your recent list of files, and hope that this will resolve your issue
del /F /Q %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations\*
and for custom
del /F /Q %APPDATA%\...
2
votes
How to test if a user part of a distribution list receives the email without sending any mail, to avoid spamming
You can't reliably do this.
Spam filters may be picking up on the email based on the number of recipients receiving the same email as a factor - short of sending email to all the recipients, you can'...
2
votes
Excel how to deactivate "Most Recently used function" suggestion from drop down list
Please go to Excel->> Preferences...->> AutoComplete- please uncheck Use AutoComplete and Show AutoComplete options for functions and ranges:
Please try this method.
2
votes
I'd like to generate a list based on selections made by students
1) Generate a header row of course names
First things first, in sheet2 you need to generate a horizontal list of classes. You can either do this manually, or you can use the following formula to ...
2
votes
Use Drop Down Menu to change cells next to the drop down list
If I understand correctly, you could do this with either VBA or just a function.
In my example, I have a list in A1 and in A4 Both containing "COMMENT" and "MOVE".
In B1 I have the function =IF(A1="...
2
votes
Is there an equivalent of a downloads list for attachments saved from MS Outlook?
Yes, it is possible to open the folder used to save the most recent attachment using the following AutoHotKey macro:
#IfWinActive - Outlook ahk_class rctrl_renwnd32 ahk_exe OUTLOOK.EXE
^j::
...
2
votes
Accepted
Excel: How to create a list of values in one cell for curent and previous values?
You can do it with a slight change in your table, 2 different formulas, and an understanding of anchoring.
Table changes: you don't need column C and column E become really stock/usage.
So, if you are ...
2
votes
Can I include the number twice in a Microsoft Word numbered list?
Given that your username is "jsharpminor", are you comfortable with coding a Word macro in VisualBasic?
You can access the macro editor by:
On the Developer tab, in the Code group, click ...
2
votes
Accepted
Continue numbering in custom list
Ref: https://docs.microsoft.com/en-us/dotnet/visual-basic/programming-guide/language-features/procedures/optional-parameters
' 1 as default value if nothing is given as parameter
Sub ListaFemenino (s ...
2
votes
Accepted
How to populate a cell with a comma separated list version of a list-like text?
Quick and dirty: combine two REGEXes to remove trailing minus signs, replace line breaks by commata. Put the following Formula in B1 to get the desired result:
=REGEX(REGEX(A1;"\n- ";", ...
2
votes
Copy multiple files/filetypes - from different folders (list of paths) - to a other folder
FOR Loops
a FOR loop gets the list of directories from your text file
Note: prepare your text file without quotes around the directories
another FOR loop finds all the files in the supplied ...
2
votes
Accepted
Overlapping administrative units - excel associations
If I understand correctly your goal, you could use the LET() function to achieve this. Assuming your data is stored in the range A1:B13 and for the moment a hard-coded lookup value, which can simply ...
2
votes
Need to look up individual names on a list
If that's something (or similar) you're after,
Then,
Column D, find out unique names by, =UNIQUE(A:A)
Column G, work out its frequency by, =COUNTIF($A:$A,D2) (for Alice in this case)
1
vote
Accepted
Pivot table filter pane is not sorted. Why?
When you initially create a PivotTable, the default sort order is A to Z for text, or small to large for numeric:
When you add new data and refresh, the new data is not sorted in the PivotTable, but ...
1
vote
New to powershell and my foreach keeps failing. Trying to iterate over a list of cert files but it fails. Probably simple
Of course... so simple.
Answer:
$cert.Import($certGetList + "\" + $_)
Somehow, it loses the origin of the object and tries to find the relative file locally, instead of on the network share. I ...
1
vote
Accepted
Linux, Fedora. Auto-install all software to a new machine from RPM list?
Assuming same linux version:
on old: rpm -qa --qf "%{NAME}\n" > list.txt
on new: dnf install $(cat list.txt)
Also assuming your repo lists are all the same and all represented on the new machine....
1
vote
Trying to sort my movie list by negative and positive
I'm assuming you mean you want to assign each movie positive or negative based on your personal preference.
Open the text file in Excel. (Or select them from Notepad and paste them into Excel.)
...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
list × 124microsoft-excel × 44
microsoft-word × 31
worksheet-function × 9
data-validation × 8
numbering × 7
command-line × 5
microsoft-outlook × 5
dropdownlist × 5
bullets × 5
linux × 4
windows × 4
windows-10 × 4
powershell × 4
vba × 4
microsoft-office × 4
microsoft-word-2010 × 4
sorting × 4
styles × 4
csv × 3
text-formatting × 3
vlookup × 3
microsoft-word-2016 × 3
array × 3
range × 3