Computing.Net > Forums > Office Software > Excel - reformat cells on the fly

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Excel - reformat cells on the fly

Reply to Message Icon

Name: MrMango56
Date: February 27, 2004 at 07:23:19 Pacific
OS: Windows XP
CPU/Ram: Athlon 1.8 / 512MB
Comment:

I need to know if there is a way to do data checking on a cell as it is entered. What I need is for the cell to automatically change itself to a negative value if a positive one is entered. Is there any way for a cell to modify itself?

Thanks,
MrMango



Sponsored Link
Ads by Google

Response Number 1
Name: ricehead
Date: February 27, 2004 at 07:30:23 Pacific
Reply:

Not that I know of.
But, one easy way to do this is make a separate column that refers to the column where the data is entered.
=sum(data cell*-1)
then just fill down for all the cells you want to calculate in this manner

That way, you will have another column that represents the negative value of whatever data is entered (assuming the date is all positive)


0

Response Number 2
Name: MrMango56
Date: February 27, 2004 at 07:49:33 Pacific
Reply:

Thanks for the response.

Actually, I can't be sure that the data in the first column will be positive, so I used the formula =-(ABS(cell)), which seems to work. I was just wondering if there was a way to do it without using an extra column.

MrMango


0

Response Number 3
Name: ricehead
Date: February 27, 2004 at 08:01:30 Pacific
Reply:

yeah, forgot about absolute value command...

dunno about doing it in same cell, maybe someone else will chime in to help


0

Response Number 4
Name: J A Dean
Date: February 27, 2004 at 10:19:47 Pacific
Reply:

You could use the data validation option:

Data>>Validation>>Settings and specify that the data is less than zero.

HTH

"In the land of the blind the one eyed man is king"


0

Response Number 5
Name: bill_ma
Date: March 2, 2004 at 02:53:41 Pacific
Reply:

This site offers some great

Microsoft Excel tutorials for download.


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Excel - reformat cells on the fly

Changing a cells value depending on the date. www.computing.net/answers/office/changing-a-cells-value-depending-on-the-date/9276.html

Excel - highlighting cells www.computing.net/answers/office/excel-highlighting-cells/4996.html

excel: remembering cells www.computing.net/answers/office/excel-remembering-cells/5024.html