Creating a group of cells. Need Help Please.
Havn't used excel in a while and I need to create a group of cell
corresponding to an input of a min and a max.
Here are the details. On one sheet I have a box where you enter th
min and a box where you enter the max. In another sheet I want
column starting at A2 to output (MIN,A2+1000,A3+1000,....MAX) ho
would I do this
--
Thundersix
-----------------------------------------------------------------------
Thundersixx's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=3055
View this thread: http://www.excelforum.com/showthread.php?threadid=50207
Name the...
Excel 2003 extract repeating cellsI have successfully sorted my data to show repeating entries in
relation to two specific columns. I can't seem to figure out how to
select these repeating entries (without doing it manually, of course)
and putting them either into their own column(s) or an entirely
different spreadsheet altogether.
The goal is to save time in managing THOUSANDS of documents in this
manner so that my colleagues can easily pick up repeating entries and
take according action. Doing it manually is very time-inefficient.
Nit Wit,
You don't really describe enough of your layout or what you actually mean...
Date format issue when submitting from a userform to a spreadsheetHi,
I have a userform that I've generated which routes dates onto a spreadsheet
based on the users input. I am having a bit of a frustrating time with the
dates, it would appear that in the process of moving the date from the
userform to the spreadsheet some dates are switched/transposed. I'll give an
example. If someone enters 09/02/2004 on the userform excel seems to look at
09 and assume it is a month and transposes the dates to 02/09/2004(this does
not appear to be a US/UK format issues as I have already gone down that
road). However, if the date 13/09/2004 is entered i...
cell looses name after sortingCan someone help me with the following problem in Excel 2000:
in a table I have attached serveral cells with unique cell names, the
values in these cells are used in other sheets.
the problem is that when I sort the table, the cell names stay in the
original rowposition; they are not sorted! while their values are. So
Cell names get different values, and other calculations on my other
sheets get messed up!
How can I make the cell names relative instead of absolute?
thankx in advance,
Jim
---
Message posted from http://www.ExcelForum.com/
"jimfx >" <<jimfx.109zcv@exc...
Two mailboxes for one user account after mailbox moved to a new serverAfter moving a user's mailbox from a Exchange 2003 to a new Exchange
2003 server, Outlook has listed two mailboxes with same name in the
"All Mail Folders"area. The Outlook profile only has the user mailbox
and no other mailboxes added to it. The user can send and recieve email
just fine. The mailboxes seem to be clones of each other. New mail show
up in the mailboxes at the sametime.
How can I get Outlook to only show one mailbox?
Any help would be appreciated,
thanks,
...
How can I wrap text across merged cells?I'm using Excel 2000. I have a set of merged cells A5-
E5. I have several lines
of text in the cells and I want them to wrap across the
merged cells and it is not working. All I get is the
first line of text showing and the rest is cut off. It
works if the cells are not merged, but I really need to do
it in my merged cells. Is there a way to this other than
manually resizing the height of the row?
Instead of merging cells, have you tried the "Center Across Selection"
option ?
The appearence is just about identical to what you would get using merged
cells, although I d...
How many Server-side rules can you put on one mailbox?I am using Exchange Server 2003 and want to setup 52 rules on one of the
mailboxes, is this possible?
the hardcoded limit on space for rules is 32K...i doubt you'll be able to
get 52 rules on one mailbox...
--
Susan Conkey [MVP]
"jmareel" <jmareel@discussions.microsoft.com> wrote in message
news:6ADDDCD7-948C-415F-B194-1944C9936BC2@microsoft.com...
> I am using Exchange Server 2003 and want to setup 52 rules on one of the
> mailboxes, is this possible?
http://support.microsoft.com/default.aspx?scid=kb;en-us;147298
--
Bharat Suneja
MVP - Exchange
www.zenpris...
Custom cell formattingI need to create a custom format for a series of cells that will begin like
this.
I can't figure out what the code character is fora volitile potentially
alpha character.
Can anyone help me??
-Monica, Dallas
000000
000001
000002
....
000009
00000A
00000B
000010
000011
......
Monica
something like this might work for you but you'll need to put all the
leading digits in for the entry with the alpha character
Regards
Trevor
"MDavison" <davison@fr.com> wrote in message
news:#SD0tUzTEHA.1652@TK2MSFTNGP09.phx.gbl...
> I need to create a custom format for a series ...
Keyboard shortcut for current date and timeHi,
Ctrl+ ; inserts current date and Ctrl+Shift+; inserts current ti me
Ctrl+Shift+; inserts the current time with the date serial as 0 and
not the current date's date serial.
Presently I am adding the two (ie current date and time) to get the
current date and time. Is there a keyboard shortcut that does this?
Thanks in advance.
Regards,
Raj
CTRL+; then SPACE then CTRL+SHIFT+;
-or-
=Now()
--
Jim Cone
Portland, Oregon USA
http://www.mediafire.com/PrimitiveSoftware
"Raj" <rspai9@gmail.com>
wrote in message
Hi,
Ctrl+ ; inserts current dat...
Locking cell color while allowing data changes in cellIn excel 2000, I created an attendance worksheet for my
classes.(Alphabetized names down left vertical column. Dates across
top of horizontal row.) I added a different color to all cells in
every other row to make for easier reading of each student's name and
absences. Every other row stays with a white background.
My question: I wondered if it was possible to lock row colors while
allowing data to change on top of them. If a new student is added to
my class in alphabetical order, the alternating color pattern is often
lost. It is a pain to rechange row and cell colors.
Any shortcut ...
Formatting Cells in Excel 97Hi Guys,
Sorry if I sound real stupid but is there anyway that we
can control the column formatting in Excel 97 like let's
say column A = GENERAL(6), column B = GENERAL(4), column C
= TEXT(18) etc?
Appreciate any form of advice, thanks!!
I replied in the programming group. Are you seeking a programming
answer? It's usually best to only post to one group, and include the
remark "Please tell me if I should ask this in another group."
On Thu, 28 Aug 2003 00:56:47 -0700, "Daryl" <daryl.ho@tnt.com> wrote:
>Hi Guys,
>
>Sorry if I sound real stupid b...
Getting Cell Value from the Concatenate formulaI built a concatenate formula that returns the following result: =Jul!
$D27
I am looking for the cell contents of Sheet: July Column D Row 27.
I tried to use offset, but I am stumped. Can I add something to the
front of the concatenate to not only build the reference to the cell,
but also return the value instead of the =Jul!$D27 ?
Thanks
John
=indirect(yourformulahere)
Don't include the equal sign in your formula. And match the name correctly (Jul
or July???).
Depending on the name of the worksheet, you may need to have a string that looks
like:
'Sheet 99'!d27
=indirec...
using dates Part 2Karl was great in helping me get to this point with dates, now I'm wondering
if we can take it 1 step further?
For Activity Dates prior to 2/1/2007 they are using a normal reporting year
and the formulas below take care of Activity dates >2/1/2007?
So for example prior to 2/1/2007
1/1/2006 would have a B_Qtr of 2006-1
1) B_Qtr - 2011-1 --- Format(DateAdd("m",11,[ActivityDate]), "yyyy - q")
2) Year - 2011 ---- Year(DateAdd("m",11,[ActivityDate]))
3) Qtr - Q1 ---- Format(DateAdd("m",11,[ActivityDate]), "q")
--
Than...
Only one line in Money invoiceI have been using Money 2007 Home & Business to create and print invoices.
This program has run with no problems for some time.
However, just recently, it will only allow one item to print on the invoice.
I can enter more than one item, and the invoice entry will show the
additional items, but when printed only one item will show up.
I have tried backing up my Money file to a spare disk, deleting the program
and the associated mny and mbf files from the computer, reinstalling the
program and reloading the backup. The same fault immediately occurs.
Strangely, I have now installed the sam...
Delegates cannot add contacts?I've created an OU for external email addresses, shared
across the company. Within that OU, I've created a nested OU for
specific delegation. I've delegated management of the OU to a
specific contract manager.
My dilemma? From what I've been able to determine, no one except
an Exchange admin can create new contacts.
Ideas/suggestions?
I've installed the Exchange admin/management tools on the appropriate
systems.
TIA,
Mike
Mike
Is the problem that you have delegated permissions within AD and are no
experiencing problems?
Nue
"Mike" <newsgroups@manco...
Unable to add documents to My Recent DocumentsHello,
Any suggestions as to how to fix "My Recent Documents"? No new documents add
to the folder and it remains persistently empty. I get an "Access denied"
message when attempting to go to customizing the Start menu advanced tab.
Are you Right-Clicking on the Start Button and then selecting Properties
from the list?
If you select Properties then You need to select Customize from Start
Menu Tab. Then from Advanced Tab you should ensure there is a TICK next
to "List my Most Recently Opened Documents".
hth
Gary V wrote:
>
> Hello,
&g...
Money 30 Day Money Back Guarantee; instructions.I tried out Money 2004 Small Business with an idea I might switch
from quicken 2003 Home and Business. For a number of reasons that
involve primairly invoices and Stock transaction updates, I'm sticking
with Quicken. I purchased Money at Staples. At that time I asked the
clerk about returning the product and he said I 'd have to deal
directly with Microsoft. On the Money box there is a Money-Back 30
Day Guarantee Seal and that's all. No specific instructions as to
what to do, where to send etc. If someone has this information
please share it or directl me to where I might it...
find match then change cell valueIn column A I have cells filled with text and in column B I have cells filled
with numbers. I need to check if the number in cell C1 equals any of the
numbers in column B. If a match is found then I need to change the text in
column A to CBO.
e.g.
Column A Column B Column C
aep 5 7
apa 0
gci 59
xto 5000
xle 7
oih 253
ed 8
Since the cell C1 = 7 equals the 7 from column B, I need to change the data
in column A from xle to cbo. Is this possible...
Reference: many to oneI have a form in which users enter information...I keep all controls
locked until the user hits a command button to unlock particular bound
controls.
This works really well, but becomes cumbersome to code when new
controls are added; e.g., adding the new control to the several event
procedures attached to the form.
Can anyone tell me how to refer to a group of controls once, e.g.,
give them a name; and then only have to refer to that name in the
future?
alex
Alex
I'm having trouble visualizing your situation.
It sounds like you are describing a form that is being regularly modified....
Copying Publisher from One computer to anotherI want to copy Publisher from my old computer to my new one, but if I can't
seem to locate all the files I need to make it work on the new computer. What
should I do?
You can't, you have to install it from the CD.
--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression
"Jasmin" <Jasmin@discussions.microsoft.com> wrote in message
news:7EB558F1-525D-47BD-A54B-BC62C410D79E@microsoft.com...
|I want to copy Publisher from my old computer to my new one, but if I can't
| seem to locate all the files I need to make it work on the new computer.
What
| shoul...
Hyper link one column to anotherI would like to have my columns hyper link one another.
For example: Click on B2 would take you to N2, and vice-versa. Click
on C2 would take you to O2... and so on through column j linked to V.
Is this possible without having to make the link for each cell?
This is a timesheet template and the columns b though J are the hours
and N through V are the text comments for those hours. When I copy the
template to a
new sheet, there will be no data in any column. I would like to be
able to enter an amount or formula (=end-start) for time spent and then
be able to click on that cell and hyperlin...
How do I combine two worksheets into one graphI have two worksheets on an Excel spreadsheet. I would like to take both
worksheets and place in one graph. Any suggestions?
Make a chart with data from one sheet. Then copy the data on the other sheet, select
the chart, and use Paste Special from the Edit menu to add the copied data as New
Series.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
McPowerUser wrote:
> I have two worksheets on an Excel spreadsheet. I would like to take both
> worksheets and place in one graph. Any suggestions?
...
Active X errorI have tried removing the signature, unchecking the Smart Tags, changing the
editor to Plain Text as well as to Rich text all to no avail....here is the
error one of my users gets when she tries to send and email from Outlook -
she can receive just fine:
"One or more ActiveX controls could not be displayed because either:
"1) Your current security settings prohibit running ActiveX controls on this
page, or
"2) You have blocked a publisher of one of the controls. As a result, the
page may not display correctly."
...
add GENDERCODE to leadsWe implemented MS CRM some time ago, and now we come across some minor
issues... one of them is: why can't we add the GENDERCODE to a lead??
is there a way to do it (easily) or can we better forget about it???
...
LOOK AT- x-PUBS LONDON- XML.....Hi
Have you seen www.x-pubs.com
I think it will be very interesting for your audience. X-Pubs is
Europes largest XML publishing conference.
We have Ann Rockley, JoAnn Hackos, UBM, Mark Logic, XMetal, Idiom all
speaking plus a lot more
...