Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Not without entering some sort of position data. What are you using?
In article , kcobb wrote: |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi~For some reason, I am unable to reply directly to kcobb-I get an error
message-so I am posting my message here. I don't know if you can do it in Excel, but here is a very good website that I use when I have to have that calculation, and it's free: http://www.zip-codes.com/zip-code-radius-finder.asp -- smither fan "JE McGimpsey" wrote: Not without entering some sort of position data. What are you using? In article , kcobb wrote: |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Firstly, please ask your question in the body of the message, not just in
the subject line. Blank messages are often rejected or ignored. Secondly: No. -- David Biddulph "kcobb" wrote in message ... |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
David wrote on Wed, 26 Sep 2007 15:48:34 +0100:
DB Firstly, please ask your question in the body of the DB message, not just in the subject line. Blank messages are DB often rejected or ignored. Secondly: No. DB -- DB David Biddulph I agree with your comment on posting but it's a surprisingly common mistake :-) Data Bases with geographical coordinates can be bought very cheaply for Zip Codes and I suppose one might be able to incorporate a look up. Google will find them/ James Silverton Potomac, Maryland E-mail, with obvious alterations: not.jim.silverton.at.verizon.not |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
By whom or what?
Just curious. In article , "David Biddulph" <groups [at] biddulph.org.uk wrote: Blank messages are often rejected |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Some web interfaces don't let you reply to a blank message, some don't even
show messages with no body. This is anecdotal information I've heard from others; I don't have firsthand experience with web interfaces for NNTP, other than not liking any. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "JE McGimpsey" wrote in message ... By whom or what? Just curious. In article , "David Biddulph" <groups [at] biddulph.org.uk wrote: Blank messages are often rejected |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Sep 27, 5:02 am, "Jon Peltier"
wrote: "JE McGimpsey" wrote: "David Biddulph" <groups [at] biddulph.org.uk wrote: Blank messages are often rejected- Hide quoted text - By whom or what? Some web interfaces don't let you reply to a blank message, some don't even show messages with no body. This is anecdotal information I've heard from others; I don't have firsthand experience I access these newsgroups by using IE6 to go to either groups.google.com or http://www.microsoft.com/communities...s/default.aspx . When I use www.microsoft.com/communities/newsgroups, I cannot reply to messages with an empty body. Moreover, that lame interface fails to display the entire subject line unless I open a reply window. Given that, I wish the www.microsoft.com news servers would reject (not store) such messages in the first place, whether they originate with those news servers or they come in from elsewhere. Some messages that are posted to these newsgroups by some means (TBD) do not seem to find their way to the Google Groups news servers. No way to tell if they are rejected by the Google Groups news servers, or if they simply never leave the originating news server. I do see them when I go to www.microsoft.com/communities/newsgroups -- but that might be the originating news server. In any case, I do not remember if those messages that fail to be seen in Google Groups follow a specific pattern -- for example, an empty body. I suspect not. I believe that even some of my postings to www.microsoft.com/communities/newsgroups have failed to appear in Google Groups. |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In article .com,
joeu2004 wrote: I wish the www.microsoft.com news servers would reject (not store) such messages in the first place, whether they originate with those news servers or they come in from elsewhere. That would violate the NNTP standards (see RFC977 and RFC3977) that have been in place for more than 20 years. While not optimal, there's nothing *inherently* wrong with posting a message with a blank body. Just because some poorly implemented web portals aren't designed to handle them properly is no reason to start violating standards. Though it *would* be much the Microsoft way... |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use an NNTP client. Outlook Express for example. Create a new news account,
point it at the server msnews.microsoft.com, and subscribe directly to the groups of interest. Even the worst NNTP client is better than the best web-based NNTP interface. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "joeu2004" wrote in message oups.com... On Sep 27, 5:02 am, "Jon Peltier" wrote: "JE McGimpsey" wrote: "David Biddulph" <groups [at] biddulph.org.uk wrote: Blank messages are often rejected- Hide quoted text - By whom or what? Some web interfaces don't let you reply to a blank message, some don't even show messages with no body. This is anecdotal information I've heard from others; I don't have firsthand experience I access these newsgroups by using IE6 to go to either groups.google.com or http://www.microsoft.com/communities...s/default.aspx . When I use www.microsoft.com/communities/newsgroups, I cannot reply to messages with an empty body. Moreover, that lame interface fails to display the entire subject line unless I open a reply window. Given that, I wish the www.microsoft.com news servers would reject (not store) such messages in the first place, whether they originate with those news servers or they come in from elsewhere. Some messages that are posted to these newsgroups by some means (TBD) do not seem to find their way to the Google Groups news servers. No way to tell if they are rejected by the Google Groups news servers, or if they simply never leave the originating news server. I do see them when I go to www.microsoft.com/communities/newsgroups -- but that might be the originating news server. In any case, I do not remember if those messages that fail to be seen in Google Groups follow a specific pattern -- for example, an empty body. I suspect not. I believe that even some of my postings to www.microsoft.com/communities/newsgroups have failed to appear in Google Groups. |
#11
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Provided you've got the lat & lon for the zip code centroids and you're happy to work with the assumption that the earth is a
perfect sphere (it isn't), you could use: =ACOS(SIN(RADIANS(Lat1))*SIN(RADIANS(Lat2))+COS(RA DIANS(Lat1))*COS(RADIANS(Lat2))*COS(RADIANS(Long1-Long2)))*RadiusEarth or =2*ASIN(SQRT((SIN(RADIANS(Lat1-Lat2)/2))^2+COS(RADIANS(Lat1))*COS(RADIANS(Lat2))*(SIN(R ADIANS(Long1-Long2)/2))^2))*RadiusEarth where your lat/lon cells are named as indicated and RadiusEarth = 6367.465km or 3956.559mi. In either case, you'll get very good great-circle distance calculations. Cheers -- macropod [MVP - Microsoft Word] ------------------------- "kcobb" wrote in message ... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Miles Per Hour | Excel Worksheet Functions | |||
convert 1.2 miles to meters | Excel Discussion (Misc queries) | |||
need form to calc EG :13:13 to 14:01 = td x 12 = miles-- multiple. | Excel Discussion (Misc queries) | |||
excel to figure miles per gallon | New Users to Excel | |||
Subtracting based on number of miles | Excel Discussion (Misc queries) |