Re: Units out of the data.
1. The formula =Value(Left(C1,Find(" ",C1))) will be insensitive to
longer--129.4 km-- or less specific--7 km-- distances.
2. When I remove units from a list, usually I'm working a large amount of
data and find that the whole spreadsheet works better when source data like
this isn't the result of formula. That is, it doesn't take so long to
refresh when I'm only waiting on 10,000 calculations, and not 10,000,000
calculations.
So to avoid those annoying long refresh times, instead of creating the
source data with formula I copy the column to a new one, ensure there are
adequate new columns behind it, then convert the column to data with "Data
-> Text to Columns" and choose to break on space only (in your case,
sometimes I have to list out the first letter of units, but then I lose the
units, so instead I find/replace the new column to introduce tab characters
before doing the text to column action. (And if you trust yourself to
recognize mistakes in the text to columns steps before "undo" is gone,
copying the column to another one isn't required.)
3.
On Fri, Nov 26, 2021 at 11:12 AM Hylton Conacher (ZR1HPC) <
[email protected]> wrote:
> HI ANDREW,
>
> On 2021/11/26 16:38, Andrew Pitonyak wrote:
> > Left will return a string so convert to a number using value...
> > Something like this
> >
> > =Value(left(....))
> >
>
> THANK YOU Works as expected,now on to the next formula Challenge
>
> > Get BlueMail for Android <https://bluemail.me>
> > On Nov 26, 2021, at 9:12 AM, "Hylton Conacher (ZR1HPC)"
> > <[email protected] <mailto:[email protected]>> wrote:
> >
> > Hi,
> >
> > Using LO7.2.2.2 <http://7.2.2.2> Calc on iMac 11.6.1(Big Sur).
> >
> > I have a data column that ends in alphabetic letters i.e.
> >
> > C | D
> > 2| 2.4 km| 2.4
> > 3| 4.8 km| 4.8
> >
> > As the ' km' can't be added in column C, I used the LEFT formula to
> only
> > extract the first 3 digits, namely =LEFT(C2,3). This works
> wonderfully
> > in column D, BUT whilst not shown on the spreadsheet, the numbers are
> > shown in-between double quotes if one looks at the formula, in
> column D,
> > with the Function Wizard, which again does not enable the number to
> be
> > added, averaged etc.
> >
> > Both C, D columns are formatted as Number with a single decimal point
> > and there will be no -ve number.
> >
> > What am I missing, and where to rectify it?
> >
> > Regards
> > Hylton
> >
>
>
> --
> To unsubscribe e-mail to: [email protected]
> Problems?
> https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
> Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
> List archive: https://listarchives.libreoffice.org/global/users/
> Privacy Policy: https://www.documentfoundation.org/privacy
>
--
To unsubscribe e-mail to: [email protected]
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy