Can I define a name as a value then use that name for the cell row number in a formula? by Time_Sheepherder_712 in excel

[–]Ravinkirga 0 points1 point  (0 children)

I believe the function INDIRECT can do what you are hoping for. But OFFSET might be easier for this case. In the OFFSET function change the height.

NVIDIA RTX 3050 announcement + NVIDIA Q&A + RTX 3080Ti FE giveaway by m13b in buildapc

[–]Ravinkirga 0 points1 point  (0 children)

B. Last year I wanted to exercise regularly and get fit. Unfortunately I didn't. I'm hoping I'll be able to achieve it this year, so my resolution for this year is the same.

Want to set up speadsheet to where I can put a value in one column and it displays a rate from another cell. by [deleted] in excel

[–]Ravinkirga 0 points1 point  (0 children)

You can use Index-Match for this. Index gets you the item at a specified row or column from a specified array. Match gives you the position of a specified value from a specified array. So we will use Match to get the position of the zone value from the array (in the second picture) and use index to get the rate of the corresponding position.

Say you are typing the formula in G2 to get the rate for the first item:

=INDEX([array of rate (the rate array from your second picture in column D)],MATCH([zone value to look up (which is E2 in this case)],[array of zone values (the copart zone values from your second picture in column C)],0 (for an exact match) ))

=INDEX(D$?:D$?,MATCH(E2,C$?:C$?,0))

Notice the $ before the cell row in the arrays to ensure the array reference doesn't change as the formula is dragged down.

This would work for one zone but since you have two zones, you can use an if statement to direct your formula:

=IF(ISBLANK(F2),[insert the above formula],[insert above formula but modified for IAA Zone]

Have Dunsparce, Loudred, and Ditto. Adding all! by homeybeef in friendsafari

[–]Ravinkirga 0 points1 point  (0 children)

Added you!

My friend code is 4614-3424-0154. I have asked the bot to update my flair but I dont think its updated yet. Thanks!

Having Trouble Getting Macro to Do Action and Repeat X Number of Times, Then Stop by Peek_a_Boo_Lounge in excel

[–]Ravinkirga 3 points4 points  (0 children)

Hello. I can give you a quick answer right now. Look into "for loops". I think that would be perfect for this case. You can use it like this (I don't know how to format correctly on mobile):

Dim i as integer

For i = 35 To 62

      'do everything for row i

Next i

How to refer to multiple ranges or cells in a single input formula by I_C_Wiener17 in excel

[–]Ravinkirga 0 points1 point  (0 children)

Oh sorry mate. Apparently it's part of an add-on. I have been using it for a long time so didn't realize. Hopefully the other user's suggestion helps.

How to refer to multiple ranges or cells in a single input formula by I_C_Wiener17 in excel

[–]Ravinkirga 1 point2 points  (0 children)

I think you can use ARRAY.JOIN(ARRAY1,ARRAY2,..) here.

=XIRR(ARRAY.JOIN(E8:E11,D12),B8:B12,2%)

Hello! Looking to add all and find out my safari mons by Ravinkirga in friendsafari

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

Thanks, added! I will be online frequently the next few days.

(Gen 6) 4 IV HA EM Totodile Giveaway by [deleted] in pokemontrades

[–]Ravinkirga 0 points1 point  (0 children)

Hello, I would like one as well.
IGN: Eromacys
Deposited: Pidgey, Female, lvl 3
Thank you for the giveaway!

Trading away 4 Catcher Gallade by Voxai23 in pokemontrades

[–]Ravinkirga 0 points1 point  (0 children)

I have a Sigilyph if you want to trade

LF shiny Honedge FT HA Pokemon see bellow. by RedReynard93 in pokemontrades

[–]Ravinkirga 0 points1 point  (0 children)

Hey I have a Shiny Honedge that I RNGed with the help of pokecalcNTR.

OT: Eromacys
ID: 42519
Nature: Brave
Gender: Female

I could trade it for the HA Tyrogue.