1
25
Donovar

@lemmy.world

Donovar 21 points 3 years ago

Alternatively, if we wait long enough we always have the heat death of the universe to look forward to.

path: 0 5091370 5091602 5091638 5091706, hotness: undefined, score: 21, children: 8
Donovar 14 points 3 years ago

I used to work at an electronics manufacturer in the US and our vendors had the same deals etched out in their invoices.

path: 0 714402 721778 722414 723140, hotness: undefined, score: 14, children: 0
Donovar 13 points 3 years ago

Now we just need food bowls that shake the food on their own.

path: 0 3422434 3423769, hotness: undefined, score: 13, children: 1
Donovar 12 points 3 years ago

I quit my job without any plan at all on what I was going to do next. I was the sole IT worker for an SMB and had been for the past decade. I was burned out, exhausted, and jaded.

Now I'm going back to school, so I guess it wasn't the WORST decision. I definitely could've handled it better, though.

path: 0 5436692, hotness: undefined, score: 12, children: 0
Donovar 11 points 3 years ago

Alternatively, maybe you can "flick" the maximized image up and it will dismiss it? Not sure if that would be easier.

Edit: That actually already works, at least on Android with FireFox.

path: 0 726817, hotness: undefined, score: 11, children: 1
Donovar 8 points 3 years ago

Ope! Just gonna squeeze past ya quick.

path: 0 5581453 5581492 5581565 5584515 5584935, hotness: undefined, score: 8, children: 1
Donovar 7 points 3 years ago

Okay, I couldn't wait so here are my formulas based on the following parameters:

1.) Numeric data always follows in rows after the correct alpha value. IE Anything between A and B values in the A column belong to the A group. Anything between the B and C values in the A column belong to the B group.

2.) You want the output to be in two separate columns.

Given that your input data is in column A and the value "A" begins at A1, here is your formula for B2 (B1 will be empty as there is no numeric value to tie to A1)

=IF(ISERROR(A2/1),"",A2)

This will put numeric values only that are in column A into column B.

Again, given that your input data is in column A and the value "A" begins at A1, here is your formula for C2 (C1 will again be empty as there is no numeric value for your array in A1)

=IF(ISERROR(A2/1),"", IF(ISERROR(A1/1),A1,IF(ISERROR(C1/1),C1,1)))

This will put the correct alpha values from column A into column C in the same rows as the numeric values from column B. If something goes really wrong, it will place the number 1.

Given that there are no gaps in your data, you should just be able to fill down and it'll appropriately put the correct values into columns B and C. At that point, I'd just paste the values of columns B and C into a new sheet (or columns) and sort the data to remove the blank rows.

I just tested it in LibreOffice Calc, and it works perfectly (given those parameters).

Edit: Repeated a word.

path: 0 6270893 6271130, hotness: undefined, score: 7, children: 6
Donovar 7 points 3 years ago

What's always been funny to me is that Yamaha also seems to have the cheapest and some of the most expensive stuff too. Look at (piano) keyboards for example.

path: 0 723823, hotness: undefined, score: 7, children: 1
Donovar 5 points 3 years ago

You just made me picture The Matrix but instead of humans as the "batteries" its nothing but Agent Smith clones being policed by yet more Agent Smith clones.

path: 0 715960 725354, hotness: undefined, score: 5, children: 0
Donovar 4 points 3 years ago

Very true.

path: 0 5091370 5091602 5091638 5091706 5092851 5093103, hotness: undefined, score: 4, children: 0
Donovar 4 points 3 years ago

I usually divide a cell's value by 1. A value that isn't numeric will throw an error. Combining that with ISERROR or IFERROR, you can do some pretty powerful stuff.

path: 0 6270651 6271190, hotness: undefined, score: 4, children: 2
Donovar 4 points 3 years ago

Are the numeric values always correctly sorted in the cells below the alpha data cells? IE, youd never have A numeric values, then B numeric values, then more A numeric values?

Also just to be clear, are you putting the results in a single cell, or does the comma in your example denote separation between two cells? I'm guessing two cells. I want to work on this, but I just want to make sure I'm working on the correct thing :)

path: 0 6270893, hotness: undefined, score: 4, children: 10
Donovar 4 points 3 years ago

gone sexual

path: 0 720546 723414, hotness: undefined, score: 4, children: 0
Donovar 3 points 3 years ago

Dug is a handsome boy.

path: 0 112354 112503, hotness: undefined, score: 3, children: 1
Donovar 2 points 3 years ago

Way of the road Bubs.

path: 0 728643 728983, hotness: undefined, score: 2, children: 0
Donovar 2 points 3 years ago

Ive had both a basket model and the "toaster oven" style. At least in my case, I much prefer the latter. Its just my personal preference, though.

path: 0 5414436 5425391 5426635 5429638 5435364, hotness: undefined, score: 2, children: 1
Donovar 2 points 3 years ago

"Act your wage"

path: 0 715285 723655, hotness: undefined, score: 2, children: 1
Donovar 2 points 3 years ago

Still thinking about this, if the "alpha" value in column A is actually a date value, this formula would need more checks. Let me know if that's the case, and I can work something out.

path: 0 6270893 6271130 6271233, hotness: undefined, score: 2, children: 0
Donovar 2 points 3 years ago

And you were correct! I take sample data too literally lol

path: 0 6270651 6271190 6272306 6272319, hotness: undefined, score: 2, children: 0
Donovar 2 points 3 years ago

Actually, shoot... After rereading your reply, I might have taken your example data too literally. Are the alpha values truly always alpha and your numeric values always numeric? Otherwise it won't work, and I'll have to find another solution.

path: 0 6270893 6271261 6271339, hotness: undefined, score: 2, children: 0

thanks for using Leebra!

go to feed...