How do I find my question?

B

billnock

Boy I know this is dumb, but this is the first time I've had to ask a
question. Back on 2/4 ( I think) I asked a question in this forum, it said
it was posted, but I cannot find it..I figured when I signed back in with my
name, it would be a way to find it. I also clicked " notify me"...the
question was...I have a list of numbers that are supposed to inlclude all
the numbers from, say, 1 to 100. That list may be 67 numbers long or 122,
or whatever. I am new to this Excel. I need to find a way fo get a list
( or soemthing) of the numbers that are NOT in the list which should be.
For example if 76 and 3 are missing, I need these two. thanks so much.

Bill Nock (e-mail address removed).
 
L

L. Howard Kittle

Try here:

http://groups.google.com/group/micr...d6c529ff59a/a9e405c605d811dd?q=billnock+excel

for this reply:

One play ..
Assume your source data runs in A2 down
In B2:
=IF(ROWS($1:1)+700-1>799,"",IF(ISNUMBER(MATCH(ROWS($1:1)+700-1,A:A,0)),"",ROWS($1:1)+700-1))
Copy B2 down by 100 rows to cover the full spread of numbers to be checked,
ie # of nums from start num to end num (700 to 799). Note that the extent of
source data in col A does not matter in the copy -down.

Then place in C2:
=IF(ROWS($1:1)>COUNT(B:B),"",SMALL(B:B,ROWS($1:1)))
Copy C2 down just enough ie until blanks are returned. All the missing nums
in between the start to end nums will appear neatly packed at the top. Wave
your success, hit YES below ..
 
J

Joe User

billnock said:
Subject: How do I find my question?

You are using the MSDG web interface. So click on Help in near the
upper-right corner, and click on "Search for discussions".

But be forewarned: there is no guarantee you will be able to find your
postings.
First, every newsgroup (aka discussion group) has its share of defects. The
MSDG web interface seems to be the worst. But I often cannot find my
postings using Google Groups "advanced search", which some people tout as
"the" solution. (Not!)

I so clicked " notify me"

I don't use the MSDG web interface much, and I never use that feature. But
based on frequent complaints, I believe I can say that feature is infamous
for its failing.


----- original message -----
 
M

Max

Click on your name "billnock" in your post. In the resulting user profile
pop-up, click on "Recent posts by this user" in the top right corner. And
that would surface all of your recent threads. Plunge into your threads,
engage those responders ...
 
O

OssieMac

After signing in, click on Edit My Profile icon (Just to left of Sign Out and
Help at top right of main part of screen).

Scroll down the screen and up to 4 of your posts will be shown. If you have
more than 4 then click on Show all my notifications. The bottom ones are the
most recent. Just click on the link and it takes you to the post.

Note that the list in your profile is only for the ones you for which
requested notifications.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top