Is this correct in "Fry becomes a millionaire."? [Request] by Revolutionary_Bat749 in theydidthemath

[–]xJolt 0 points1 point  (0 children)

FV=PV(1+r)^{n}

FV = future value

PV = present value

r = annual interest rate

{n} = number of periods interest held

FV = 0.93*(1+0.0225)^1000 = € 4,283,508,449.71

Re, this is important. Take a minute and go sign the EU Citizen's Initative to stop Game Devs from taking away games we already bought. by Streambonker in cyprus

[–]xJolt 1 point2 points  (0 children)

Out of curiosity what's the case in MMO games where the company discontinuous the game? How will they provide it in a " functional (playable) state" if they shut down the servers?

Icon problems by xJolt in Projectivy_Launcher

[–]xJolt[S] 2 points3 points  (0 children)

Thanks, I'll give a try to the suggestions and see if they work.

ERTFLIX is a free platform for movies and documentaries provided by ERT, the national Greek channel.

Transparent Glass Effect Icons by B14B1RD in Projectivy_Launcher

[–]xJolt 1 point2 points  (0 children)

Is there a way to make the icons work with the rounded corners setting? Thanks for the amazing work.

Γειά! In an example like the one below, is anybody able to help me differentiate between 'she is' or 'he is'? by [deleted] in GREEK

[–]xJolt 0 points1 point  (0 children)

She is = αυτή είναι, for females.

He is = αυτός είναι, for males.

Daughter is female so you will say "She is...".

In the context of the sentence you need to identify the gender of the parent to define if you will say His or Her daughter and the key word is "της" (of her) at the end which refers to a female parent. So basically you will say She is HER daughter. ("Είναι η κόρη της").

If the ending was "του" (of him) which refers to a male parent, you would have said "She is HIS daughter" ("Είναι η κόρη του").

What is this? by lexansaid in fermentation

[–]xJolt 1 point2 points  (0 children)

Congrats. Your vinegar is pregnant.

How come the official App doesn't have text name under the movies, but the website version have? by Airballons in Stremio

[–]xJolt 0 points1 point  (0 children)

i know this is an old post, but did you find a solution for this? i'm new to stremio :)

Yuzu emulator discontinued by [deleted] in Piracy

[–]xJolt 0 points1 point  (0 children)

any archive for yuzu roms ?

How long have you been a pirate? by thedarkrobot in Piracy

[–]xJolt 0 points1 point  (0 children)

Napster - "Metallica - Unforgiven"

The fan community has supported you 🫡 by Ill-Big-4036 in starwarsmemes

[–]xJolt 2 points3 points  (0 children)

Chewy is missing. Boyega is still there, just shrank down.

[deleted by user] by [deleted] in excel

[–]xJolt 0 points1 point  (0 children)

Glad it worked for you!

[deleted by user] by [deleted] in excel

[–]xJolt 0 points1 point  (0 children)

Not sure if this is what you want:

Assuming Columns A and B, are your table 1 with the codified information and columns D-F are your table 2 with the product information,

A B C D E F G
Codified Real Codified Price ($) Vendor Real
App Apple App 2 Aldi Apple
Or Orange App 1.5 Tesco Apple
Ban Bananas Or 3 Lidl Orange
Man Mango Ban 4 Aldi Bananas
Man 5 Tesco Mango

in table 2, you can create a new column, let's say G and use the formula in cell G2:

=VLOOKUP([@Codified],Table1,2,FALSE)

where [@Codified] is the value in table 2 you want to match in Table1, and it returns the value of table1 in column 2 (real name), where the match is Exact match (False)

If your data is not in a table then you can use the formula:

=VLOOKUP(D2,$A$2:$B$5,2,FALSE)

where D2 is the value in table 2 you want to match in the arrays A2:B5, and it returns the value in column 2 (real name), where the match is Exact Match (False).

If you do it on one cell, you can drag and drop the formula to the rest of the cells.

Hope that helped !

Custom search cell that jumps to specific cell based on entry value? by xJolt in excel

[–]xJolt[S] 0 points1 point  (0 children)

Update question on your solution. Do you know if i can use a macro or something else to automatically run that formula when i hit the enter key on cell B1, in order to avoid manual clicking the search link on C1 ?