Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc,microsoft.public.excel.charting,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,600
Default Visibility of newsgroup postings

X-posted to .excel.programming, .misc, .charting, .worksheet.functions

These Excel groups, indeed all the "microsoft.public" groups are available
via the Communities web interface, "WebNews"

http://www.microsoft.com/communities...s/default.aspx

- and via NTTP newsreaders, eg Outlook Express, Windows Mail, Firefox. Most
of the numerous web mirrors, eg Google-groups, can be considered as NTTP.
(In passing, some of the mirrors tend to give a misleading impression they
host these groups themselves.)

Currently, possibly since 13-Oct, most if not all NTTP posts are not being
made visible to WebNews. So anyone posting on WebNews probably will not see
replies from NTTP posters.

NTTP posters seem to be able to see WebNews posts.

A clue as to how the post was sent is to look at the headers, if you see the
following it's probably WebNews and the poster may not see your reply.
X-Newsreader: Microsoft CDO for Windows 2000

Regards,
Peter T (MVP)


  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc,microsoft.public.excel.charting,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Visibility of newsgroup postings

This seems to happen about once a month.

--
Biff
Microsoft Excel MVP


"Peter T" <peter_t@discussions wrote in message
...
X-posted to .excel.programming, .misc, .charting, .worksheet.functions

These Excel groups, indeed all the "microsoft.public" groups are available
via the Communities web interface, "WebNews"

http://www.microsoft.com/communities...s/default.aspx

- and via NTTP newsreaders, eg Outlook Express, Windows Mail, Firefox.
Most of the numerous web mirrors, eg Google-groups, can be considered as
NTTP. (In passing, some of the mirrors tend to give a misleading
impression they host these groups themselves.)

Currently, possibly since 13-Oct, most if not all NTTP posts are not being
made visible to WebNews. So anyone posting on WebNews probably will not
see replies from NTTP posters.

NTTP posters seem to be able to see WebNews posts.

A clue as to how the post was sent is to look at the headers, if you see
the following it's probably WebNews and the poster may not see your reply.
X-Newsreader: Microsoft CDO for Windows 2000

Regards,
Peter T (MVP)




  #3   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc,microsoft.public.excel.charting,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,600
Default Visibility of newsgroup postings


"T. Valko" wrote in message:

This seems to happen about once a month.


and it lasts a week each time?

Regards,
Peter T


  #4   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc,microsoft.public.excel.charting,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Visibility of newsgroup postings

The duration varies from hours to several days. A week is unusual.

I noticed the problem just about when you noted it and posted this general
heads up message:

http://groups.google.com/group/micro...9e17260?hl=en#

--
Biff
Microsoft Excel MVP


"Peter T" <peter_t@discussions wrote in message
...

"T. Valko" wrote in message:

This seems to happen about once a month.


and it lasts a week each time?

Regards,
Peter T



  #5   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc,microsoft.public.excel.charting,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Visibility of newsgroup postings

On Oct 20, 2:32*am, "T. Valko" wrote:
The duration varies from hours to several days. A week is unusual.

I noticed the problem just about when you noted it and posted this general
heads up message:

http://groups.google.com/group/micro...isc/browse_thr...

--
Biff
Microsoft Excel MVP

"Peter T" <peter_t@discussions wrote in message

...





"T. Valko" *wrote in message:


This seems to happen about once a month.


and it lasts a week each time?


Regards,
Peter T- Hide quoted text -


- Show quoted text -


So what about the innocent question I posted (successfully I was told)
in the name of Weatherman on Sunday, concerning arbitrary X axes used
by Excel when I mix column and scatter on the same chart? Does this
mean it may have been answered somewhere and I can't see it?

Confused!

Weatherman


  #6   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc,microsoft.public.excel.charting,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,600
Default Visibility of newsgroup postings

"Weatherman" wrote in message
news:dc181316-65e8-480c-860b-
"
So what about the innocent question I posted (successfully I was told)
in the name of Weatherman on Sunday, concerning arbitrary X axes used
by Excel when I mix column and scatter on the same chart? Does this
mean it may have been answered somewhere and I can't see it?

Confused!

Weatherman
"

I can't see any new threads from "Weatherman" on 19-Oct to any of the 4
groups I cross posted this to. Looks like you posted this through
google-groups which is effectively NTTP. If you had posted similarly it
should have got through and you should have been able to see all replies.

Which excel group did you post to, what sender name, and what was the
subject line. Also how did you post (eg via google-groups).

People posting through Webnews (see link in my OP) will probably not have
seen replies sent via NTTP. That's irritating both for them (not that
they'll know) and for those who have taken the trouble to reply.

Recently it seems that old NTTP are starting to trickle through to WebNews.
At least some have arrived but many still missing.

Regards,
Peter T



  #7   Report Post  
Posted to microsoft.public.excel.charting,microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 83
Default Visibility of newsgroup postings

Any chance anyone can help me with this question.
I dont want to double post and I am not getting any reposnse

Ok I Have a bonus stucture,
It goes on (12) 4 week cycles and and sales have to increase over the period
to hit
loest level of bonus.
Ok to make it real easy, lets so
Cola colb colc cold cole
colf colg
Period / low produciton / bonus /mid produciton /bonus /High production / b
1 100 $10 bonus, 100 <5000 $20 bonus 1000
$30 b
2 200
3


and lets say that sheet 2 A1= the period # and b2= the sales $
Pelase advsie


Hi, try this,
=IF(Sheet2!$B$2Sheet1!B2,IF(Sheet2!$B$2<Sheet1!D2 ,Sheet1!C2,IF(Sheet2!$B$2<Sheet1!F2,Sheet1!E2,Shee t1!G2)),"Lowest Level not Achieved")

Also make sure in your columns "Low", "Mid" and "High" that you put the
upper limit of that category's sales requirement e.g.

LOW MID HIGH
100 500 1000

If this helps please click "Yes"
<<<<<<<<<<<

" wrote:




so close,
But that two varible on sheet two;
A1 the periof of the bonus
b2 the amount on $ need to achieve the bonus.

this function works great for period 1, but there are 12 peiod.
morover a1 has text 1st, 2nd, 3rd and on...

The tbl arrey Sheet
col a; the period
col b, the lowest bonus scale
col c, the bonus amount

col d, the middle bonus scale
col e, the bonus amount
col f, the highest bonus scale
col g, the bonus amount

The tble woudl look like this
1st $3250 b$500 $4500 b$1000 $7500 b$2000
2nd$5000 b$500 $7000 b$1000 $10000 b$2000
3rd $600 b$500 $8000 b$1000 $14000 b$ 2000
and on

"BSc Chem Eng Rick" wrote:


"Gary''s Student" wrote:




"T. Valko" wrote:

This seems to happen about once a month.

--
Biff
Microsoft Excel MVP


"Peter T" <peter_t@discussions wrote in message
...
X-posted to .excel.programming, .misc, .charting, .worksheet.functions

These Excel groups, indeed all the "microsoft.public" groups are available
via the Communities web interface, "WebNews"

http://www.microsoft.com/communities...s/default.aspx

- and via NTTP newsreaders, eg Outlook Express, Windows Mail, Firefox.
Most of the numerous web mirrors, eg Google-groups, can be considered as
NTTP. (In passing, some of the mirrors tend to give a misleading
impression they host these groups themselves.)

Currently, possibly since 13-Oct, most if not all NTTP posts are not being
made visible to WebNews. So anyone posting on WebNews probably will not
see replies from NTTP posters.

NTTP posters seem to be able to see WebNews posts.

A clue as to how the post was sent is to look at the headers, if you see
the following it's probably WebNews and the poster may not see your reply.
X-Newsreader: Microsoft CDO for Windows 2000

Regards,
Peter T (MVP)




.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Newsgroup: Suggestion for sorting of postings by date Mr. Low Excel Discussion (Misc queries) 2 July 18th 08 04:53 PM
Add-In Visibility Trent Argante Excel Discussion (Misc queries) 5 February 13th 08 08:01 PM
recent postings not seen Kim Excel Worksheet Functions 1 June 7th 07 03:13 PM
Postings ladybug Excel Discussion (Misc queries) 2 November 7th 06 08:58 PM
postings not being made bj Excel Discussion (Misc queries) 4 June 17th 05 02:11 PM


All times are GMT +1. The time now is 07:43 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"