How to format these numbers? [closed] - excel

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Take the following examples of current numbers, and how I'd like them formatted:
1 001
65 065
651 651
651001 651.001
651001001 651.001.001
How can I achieve this? It needs to be a format not a formula (this will actually be used in an MS Access project in an SQL query, which accepts the same format).
I've tried using ###"."###"."000, but then it displays extra dots on the first few examples:
..001
..065
..651
.651.001
651.001.001

You can try entering this as a custom format:
[>999999]000"."000"."000;[>999]000"."000;000

Related

How can I find the state some zip code belongs to? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I have about 30,000 zip codes, and I need to extract states. How can I achieve this?
Copy this csv file from this website into your workbook and then use VLOOKUPto lookup the state from the zip code.

mind mapping tool in linux [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to do mindmaps which are of the quality of mindmeister that you could include picture and links etc and would be able to export it reasonably well and print it.
I love X-Mind. I don't know if it does what you need, but I only use a small subset of it and still it rocks!
It has a very complete free version that never expires and doesn't contain crapware.
http://www.xmind.net/download/linux/
I prefer Freeplane but FreeMind can do the same things:
http://freemind.sourceforge.net/wiki/index.php/FreeMind_on_Linux
http://sourceforge.net/projects/freeplane/

Excel - Calculate the maximum difference between data [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Good evening !
I am wondering if Excel provides a built-in function that can calculate the maximum of the difference of a list of data.
For example, we have 1, 2, 3, 2, 1. The maximum difference is 2 (3 - 1).
I know how to make this function with a formula, but if Excel provides something to do that directly, that would be interesting.
Thanks !!
Use this:
Max(data_scope) - Min(data_scope)

About creating a massive survey [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am looking for tools which would help me create & analyse surveys. I have a list of about 8000 questions and the answers expected are a fixed set {Yes, No, Can't Say}. Does Excel/Google Docs allow me the liberty to implement such a requirement in short time?
I got my work done via Excel.

Sharepoint Calculated Field Function Reference [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Is there a definitive list for all of the functions available for a Sharepoint Calculated Field?
Here you go:
http://office.microsoft.com/en-us/sharepointtechnology/CH011711171033.aspx
The closest I've found is:
Math and comparison:
http://office.microsoft.com/en-us/sharepointtechnology/HA011608661033.aspx?pid=CH011711541033
and
Formulas:
http://office.microsoft.com/en-us/sharepointtechnology/HA011609471033.aspx?pid=CH011711541033

Resources