negative number format
I have a report uploaded to excel from a particular program used here at
work. In that program, negative numbers have the format of $###.00-, with
the minus sign at the end instead of the beginning.
When the data comes over to Excel the minus sign is still at the end of the
number. The text currently has a General Format with No Specific Number
Format. I have been manually moving the minus signs to the beginning in each
cell, then changing the Column to Currency Number Format which is very time
consuming. Is there a formula I can use in the Cell, Column and/or Worksheet
containing...
Freezing rows & columns
I have formatted my sheet perfectly, but when I freeze the appropriat
section excel inserts a big line (to show whats frozen) thus disruptin
my formatting.
Is anyone aware of a means of freezing WITHOUT the line?
CHEER
-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com
~~Now Available: Financial Statements.xls, a step by step guide to creating financial statements
You can't hide the "freeze" line.
--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson So...
Change date format to European formatMy computer is set to European date format but Excel is default to American
date format. Can someone advise how to change this default setting.
Thanks,
Scott
Have you restarted Excel since setting the system date formatting? Excel
takes its cue from the OS on launch. Also, double-check the Regional setting
in the System Prefs.
If those aren't the cause you'll need to be specific about your version &
update levels of both Office & OS X plus any other details you can supply.
--
HTH |:>)
Bob Jones
[MVP] Office:Mac
"Scott" <NoSpam-Scot...
Formatting just some rowsThank you so much for that, it'll save loadsa time. I adjusted the formula
as the original sheet contined 11 columns of data.
Can you help with this part now?
The original sheet had dates in Column E (in the form Jan-03). Thay have
come through on the new sheet in the single column as 5 digit figures such
as 37622. Is there any way of getting
the original form of the date back, affecting just rows 5, 16, 27 etc...of
the new sheet? Perhaps I need to format just these rows on the NEW sheet.
A similar problem exists with column I of the original where the � sign has
been lost. Again is t...
Question about format of reply and format of message
I have two questions about OL2003:
1. Word is set as default editor. In replying message, sometimes I will get
extra lines on hitting Enter. It makes more space between paragraphs. Is
there any way to insert one line with one Enter?
2. I'd like to have special effect in replying text message sometimes, such
as change color of font, but it cannot be done unless changing the message
format to be rich text or HTML. If I uncheck Word as default editor, there
is an option in menu. What is it about with Word as editor?
Thanks,
Charles
1 - Check the paragraph spacing settings e...
freezing formattingI would like to be able to "freeze" the formatting for the number of decimal places in cells - some will need to be integers, some will need three decimal places, etc. The problem comes when I paste in information; the number of decimal places I have formatted the cell for is overridden by the pasted-in data. Any ideas?
On Fri, 24 Oct 2003 13:31:05 -0700, "H"
<anonymous@discussions.microsoft.com> wrote:
>I would like to be able to "freeze" the formatting for the number of decimal places in cells - some will need to be integers, some will need three de...
Negative number formatting
Hi everyone, does anyone know how to do this? I hve a column of figures
some positive and some negative. I want to format them so taht th
negative numbers are expressed in (brackets) and also so that th
column itself is decimal aligned, so even if I don't use decimal place
the brackets "stick out". I know Word does this in tables, but I can'
seem to make Excel do it. Help! Thanks, Vicky. :confused
--
VickyJone
-----------------------------------------------------------------------
VickyJones's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=2448
...
Format Smartlist fieldIs it possible to format a smartlist field? Let's say from 2 decimals to 4
decimals?
--
SmokyDuck
This is only possible in SmartList Builder SmartLists, not in the 'out of
the box' SmartLists. In SmartList Builder, you can click on the Display
Name of a field, then click the blue arrow in the header to go to Set Field
Options. For number fields there will be a tab called Decimal Places.
--
Victoria Yudin
Dynamics GP MVP
Flexible Solutions, Inc.
"Smokyduck" <Smokyduck@discussions.microsoft.com> wrote in message
news:98223149-4092-484D-886D-F03A319319E...
Enforce formatHow can I "enforce" a format in a cell in excel so that it allows number
entry only, i.e. it does not allow letters or any other characters.
Thanks in advance.
Keith
Data Validation; custom formula; If active cell is A1, use this:
=NOT(ISERROR(1*A1))
"Elfey1001" <Elfey1001@discussions.microsoft.com> wrote in message
news:D744EEFC-3BD0-43A7-B673-F16107BBFA03@microsoft.com...
> How can I "enforce" a format in a cell in excel so that it allows number
> entry only, i.e. it does not allow letters or any other characters.
> Thanks in advance.
> Kei...
Conditional Formating HelpHi
I wonder if anyone could help me, I am after code for the following.
cell e6 = Keys Sent
Column f6 = Keys due
Column g6 = Keys received
What I want the script to do is if there is no value in g6 and todays date
is greater then the date stated in F6, then the cell turns red (prompt to
inform me that keys are late).
Many thanks
Dan
Use a CF formula of
=AND(G6="",TODAY()>F6)
HTH
Bob
"housinglad" <housinglad@discussions.microsoft.com> wrote in message
news:A5887369-33DA-489A-BEC9-8173707313C6@microsoft.com...
> Hi
>
...
display multiplte email addresses and inboxes just like thunderbiI am trying to convert from Thunderbird to Outlook. I want to have my three
email accounts (different addresses) displayed at the same time. I also would
like to have three separate inboxes like Thunderbird. Any help?
Seperate inboxes / default folders is an option in Outlook 2007, you can
have as many email accounts as you like, available all the time
"Brian" <Brian@discussions.microsoft.com> wrote in message
news:6B079E76-E946-49E9-9E99-D87708AF00C4@microsoft.com...
>I am trying to convert from Thunderbird to Outlook. I want to have my three
> email accounts (diff...
Outlook 2003 unresponsive when viewing messages in HTML format.About two weeks ago, I started Outlook and went in to view
messages. On some messages, Outlook would appear to lock
up and my harddrive light would come on continuously for a
minute or more. The body of the message would appear as
an empty window.
We have discovered that the problem only occurs for email
messages that are in HTML format. I can prevent the
problem by going to: Tools > Options > Email Options and
checking "Read all standard mail in plain text". When I
have this option turned on, I can see a plain text version
of the message. Unfortunately, much of ...
Select Case Conditional Formatting Sub?I've tried to use the Sub below (Posted by Julie D I think) as a work around
for more than three conditional formats and it works great IF I enter the
data directly in the target cells. But, if the taget range is populated by a
formula the color changes do not occur. Is there a way to modify this to
work when the cells in the target range are formula driven? (Or, maybe I'm
doing something wrong, any ideas?)
Private Sub Worksheet_Change(ByVal Target As Range)
On Error GoTo ws_exit:
Application.EnableEvents = False
If Not Intersect(Target, Range("B6:B10")) Is Nothing...
Add opt. to change Printer-Friendly format to user defined formatThis is a customer suggestion from Convergence.
Customer would like to be able to have the option to change the
Printer-Friendly format to a different/user defined format.
1. Employee enters a requisition.
2. Purchasing manager processes the Requisition: BP>Purchasing>Requisitions
3. Select a vendor and requisition.
3. User selects to view the requisition; Printer-Friendly Version opens.
ISSUE: Currently, there are no options to define report format.
For further inquiry-
Customer Information:
Jon Heseman, PC Administrator
EFCO Systems
1800 N.E. Broadway
Des Moines, Iowa...
Searching through DB Table containing Records in XML formatGuru's!
Your time and guidance is much appreciated in this task that i am trying to
get done.
Background
I have a SQL Server 2000 database table which contains 2 Fields (RecordID,
XMLData (datatype=TEXT). There are about 10,000 records in this table. The
Data in the field (XMLData) is a XML formatted string. (where F1,F2... are
elements and v1, v2 is the data)
<ControlRecord><F1>V1</F1><F2>V2</F2><F3>V3</F3><F4>V4</F4><F5>v5</F5><f6>v6
</f6>.....Upto 14 fields </ControlRecord>
<ControlRecord><...
How to format the value in a cell?Hello!
I wonder if excel has the function to format a value in cell
without the help of Macro.
To format a value,here I mean to correct the value automatically.
For example,it need the value in a cell to be "T".But a user may
enter " T","T ","t".The formatting function used here to trim the
space at the begining or end of "T",or change the "t" to upper case.
--------------------
An
Try =TRIM(UPPER(A1))
--
Regards
Roger Govier
"An" <abc@sohu.com> wrote in message
news:u%23Kg%23X6hFHA.576@tk2msftngp13.phx.gb...
extracting data from one format to a different format...I have a large database of company contacts that is formatted/entered as
follows:
ABC Company, Inc.
John Doe
123 Main Street NE
Des Moines, IA 52000
Phone: 123-456-7890
Fax: 098-765-4321
jdoe@abccompany.com
Each line is in it's own cell, but I need it in column format such as follows:
Company Name - First Name - Last Name - Address1 - Address2 - City - State -
Zip - Phone - Fax - Email
Any direction as to how I can easily do this? I'm using either 2003 or 2007
and have over 7,000 entries like this. PLEASE HELP as I don't want to spend
hours into days try...
Formatting numbersPub2002/XP - how to format numbers in a table - I want
it to automatically space for thousands etc and align the
numbers correctly ie.
1 650 243 500 etc
You will have to do it manually, or copy and paste it from a spreadsheet.
--
See if Courier font will do it. Most other fonts do proportional spacing
i.e. the letter m is wider than an l. In Courier (maybe teletype,
typewriter and a few other fonts) use the same width of space and thus will
line up columns from row to row.
--
Don
Vancouver, USA, a great city in one of the 45+ countries in America!
"simonh" <si...
How to reverse order of rows and columnsSeptember 10, 2005
Hello, all,
I've made a big boo-boo in an Excel 2000 spreadsheet, and I can't figure
out how to fix it. Can you help?
I've created a table with 28 rows and 28 columns, and I've painstakingly
typed data into many of the resulting 784 cells. Only now do I realize
that the order of the columns is reversed, i.e., what was ABCD needs to
be DCBA. Same with the 28 rows, which have slightly different names.
You can see the table as it is now by opening or downloading it from
http://barelybad.com/eraseme_excel_test01.xls.
As you can see, the columns run from N...
Remove formatting from SSNI exported some data from an Access database. The Social Security Numbers
are in this format: 123-45-6789. I would like to change them all to
123456789.
I've tried creating a Custom Format and formatting the cells, but nothing
changed. Tried setting the format of a new column, then cutting and pasting
or Paste Special into the new cells, but it keeps the old formatting. Is
there an answer?
Try this in a "helper" column:
=TEXT(A1,"000000000")
To retain your leading zeroes.
--
HTH,
RD
==============================================
Please keep all corres...
Sheets lose formatsI have a file that I created by upgrading from Excel 2003. In 2007 the file
saves fine. I had a user complain he didn't have Excel 2007 so I saved as a
..xls file and now everytime I reopen the file all my formating on every sheet
is gone. If I reapply the formatting and then save as a .xlsm file, all the
formatting stays in the file. Ideas?
...
Change HTML Format to Plain Text FormatWe would like to change 500 Outlook XP and 2003 clients to use Plain Text for emails rather than Rich Text or HTML. Is there a registery key I can modify, save and email out to all clients to automatically change the settings
If you have any suggestions please let me know
Thank
Kevin
...
Formatting / FormulaHi,
Not sure if I need conditional formatting or a formula for the following:
If I put a date into a spreadsheet I'd like it to change colour after a set
number of days to warn me that it's now time expired. ie 01 Dec should turn
RED after 90 days to show that time's up!
Any help will be gratefully received
Telford Tom
1. Select the cell/Range (say A1:A10). Please note that the cell reference A1
mentioned in the formula is the active cell in the selection. Active cell
will have a white background even after selection
2. From menu Format>Conditional ...
Conditional Format if cell value is oddHi all,
Does anyone know how to do this?
Thanks a bunch,
Michele
Please state your question in the body of the message, not in the subject.
=ISODD(A1)
Tyro
"mjones" <michele@quality-computing.com> wrote in message
news:c6bc0e02-00c7-4d33-b85b-0c8ce728d3b9@l16g2000hsh.googlegroups.com...
> Hi all,
>
> Does anyone know how to do this?
>
> Thanks a bunch,
>
> Michele
If the cell value you want to check is A1, then:
formula is =3Dmod(A1,2) =3D 0
hope that helps
Carlo
On Feb 12, 10:05=A0am, mjones <mich...@quality-computing.com> wrote:
>...
First non blank number in a rowI've been trying to figure out how i can identify the first non blank cell in
a series and show me which column that cell is in. e.g.
Col1 Col2 Col3 Col4 Col5
Row1 34.2 3.45 45.1 432.1
Row2 43.1 541
Row3 34.1 51.12
What formula can i key in Col6, that shows me the for row2,that col2 is the
first non blank number, and for row 3, col3 is the first non blank number and
similarly for Row1, col1 is the first non blank number.
Thanks
In F2
=MIN(IF(A2:E2<>"",COLUMN(A2:E2)))
which is an array formula, so c...