Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How do I stop Excel from 'interpreting' my data?

Hi, does anyone know how to get Excel to stop trying to interpreting my data?
I regularly need to input data in the fractional form (13/5, 12/24, 11/5119,
etc) that then needs to be presentable AND manipulatable. If I type in as
is, the number gets interpreted as a date; if I format as text, the data is
no longer capable of being plugged into functions; if I format as a fraction,
excel interprets and simplifies the fractions and only allows for three
figure denominators. Does anyone know how to get Excel to just trust me that
I know what I'm inputting?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default How do I stop Excel from 'interpreting' my data?

Well, what are you inputting? What functions are you using that don't accept
the data you have?

The standard solution is to use the data as text. Why won't that work for
you?

Regards,
Fred

"Saven" wrote in message
...
Hi, does anyone know how to get Excel to stop trying to interpreting my
data?
I regularly need to input data in the fractional form (13/5, 12/24,
11/5119,
etc) that then needs to be presentable AND manipulatable. If I type in as
is, the number gets interpreted as a date; if I format as text, the data
is
no longer capable of being plugged into functions; if I format as a
fraction,
excel interprets and simplifies the fractions and only allows for three
figure denominators. Does anyone know how to get Excel to just trust me
that
I know what I'm inputting?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How do I stop Excel from 'interpreting' my data?

Most of the time I'm inputting field data. Other times, like now, I'm
analyzing enrollment statistics on a day by day basis. This requires
inputting data on a class in the format of (seats available)/(waitlist
available) where the two values are unrelated integers. This data needs to
be both displayable as-is (i.e. as 32/3) and and manipulatable with functions
such as "=(C19*3-D19*3)/(C19*3)". When you format a cell (or column) as text
and attempt to use it in an equation Excel will display "#VALUE!" as the
answer unless the equation is a simple integer arithmetic fxn or matches one
of its date/time models.

-Saven
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default How do I stop Excel from 'interpreting' my data?

What you are trying to do is not supported by Excel. Excel was designed to
do calculations. Anything with an operator (like "/"), it tries to resolve
as a mathematical equation. If it's not an equation, then it looks for a
date.

Most people would solve your problem by:
-- using separate cells for seats available, and waitlist available
-- Have another cell for display purposes, such as =a1&"/"&b1

In the example you gave, you are multiplying each cell by 3, which says to
me you are trying to offset the divisor in the source cell. You'd be better
off with the data in separate cells, then your formula becomes
(c19-d19)/c19.

Regards,
Fred

"Saven" wrote in message
...
Most of the time I'm inputting field data. Other times, like now, I'm
analyzing enrollment statistics on a day by day basis. This requires
inputting data on a class in the format of (seats available)/(waitlist
available) where the two values are unrelated integers. This data needs
to
be both displayable as-is (i.e. as 32/3) and and manipulatable with
functions
such as "=(C19*3-D19*3)/(C19*3)". When you format a cell (or column) as
text
and attempt to use it in an equation Excel will display "#VALUE!" as the
answer unless the equation is a simple integer arithmetic fxn or matches
one
of its date/time models.

-Saven


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default How do I stop Excel from 'interpreting' my data?

One way is to put a 0 and a space before entering the fraction like shown below
0 4/5
0 7/8
Note the space after the zero and before the fraction.

"Saven" wrote:

Hi, does anyone know how to get Excel to stop trying to interpreting my data?
I regularly need to input data in the fractional form (13/5, 12/24, 11/5119,
etc) that then needs to be presentable AND manipulatable. If I type in as
is, the number gets interpreted as a date; if I format as text, the data is
no longer capable of being plugged into functions; if I format as a fraction,
excel interprets and simplifies the fractions and only allows for three
figure denominators. Does anyone know how to get Excel to just trust me that
I know what I'm inputting?



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How do I stop Excel from 'interpreting' my data?

Hi Sheeloo, I tried inputting "0 " in front of my data and it worked very
well for values less than 1, unfortunately for values such as 32/3, Excel
still simplified them to "10 2/3", but still, that will help for some of my
data. Thanks!

-Saven
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 71
Default How do I stop Excel from 'interpreting' my data?

prefix the entry with a single quote: ' 32/3

Excel will write this as a text entry.

Robert Flanagan
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

"Saven" wrote in message
...
Hi, does anyone know how to get Excel to stop trying to interpreting my
data?
I regularly need to input data in the fractional form (13/5, 12/24,
11/5119,
etc) that then needs to be presentable AND manipulatable. If I type in as
is, the number gets interpreted as a date; if I format as text, the data
is
no longer capable of being plugged into functions; if I format as a
fraction,
excel interprets and simplifies the fractions and only allows for three
figure denominators. Does anyone know how to get Excel to just trust me
that
I know what I'm inputting?



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 348
Default How do I stop Excel from 'interpreting' my data?

Saven wrote:
Hi, does anyone know how to get Excel to stop trying to interpreting my data?
I regularly need to input data in the fractional form (13/5, 12/24, 11/5119,
etc) that then needs to be presentable AND manipulatable. If I type in as
is, the number gets interpreted as a date; if I format as text, the data is
no longer capable of being plugged into functions; if I format as a fraction,
excel interprets and simplifies the fractions and only allows for three
figure denominators. Does anyone know how to get Excel to just trust me that
I know what I'm inputting?


Use three columns -- one for the numerator, one for the slash, one for
the denominator.
That way you can see the input in the form you want. You'll need to
adjust your formulas though to get the right answers when you manipulate
the results.
Excel, like most people, doesn't like improper fractions!

Bill
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 is interpreting my TEXT... I wish it would not! Puddles Excel Discussion (Misc queries) 6 November 7th 07 05:16 PM
Interpreting graph of a slope Graphing a function Charts and Charting in Excel 2 November 27th 06 06:11 PM
make XL stop interpreting email addresses as highlighted links? John Smith Excel Discussion (Misc queries) 5 April 1st 06 03:09 PM
help interpreting expression anny Excel Worksheet Functions 3 February 5th 06 06:38 PM
Excel ignores boot-time regional settings when interpreting a date [email protected] Excel Discussion (Misc queries) 2 November 4th 05 11:44 AM


All times are GMT +1. The time now is 08:29 AM.

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

About Us

"It's about Microsoft Excel"