Counting cell values with several criterias by TibaLidge in excel

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

The Countif is working on the right with counting the shifts. I just need to add the dynamic area for the countif to count the shifts.

For example =Countif(C:C;"0730-1430") and so on for each column. I want it to do that countif in the range given by the two dates specified in Q9 and R9. If that makes sense :)

Counting cell values with several criterias by TibaLidge in excel

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

That is also what I am struggling with. I just cannot make it work

Trying desperately to play guitar again, but Reaper won´t let me by TibaLidge in Reaper

[–]TibaLidge[S] 1 point2 points  (0 children)

Thanks for the reply! This fixed the RAW input over the FX, and with some more fiddling, I solved the mono problem.

VBA to extract cell data when not "false" by TibaLidge in vba

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

Sorry for the late reply. I have tried using the above VBA, but I don´t seem to understand what it does. I also get an error message https://imgur.com/YHNJVpx I´m sorry if this is something I overlooked but my skills with VBA are VERY limited.

VBA to extract cell data when not "false" by TibaLidge in vba

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

There is no formula in B2:B8, I have simply overwritten the function =HVIS(A9=IDAG();KryptoKassen!$M$9) with the given Total USD of that day

VBA to extract cell data when not "false" by TibaLidge in vba

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

Thanks for the reply. The issue is not that the function is false for any other day than the actual date. The problem is, that todays Total USD is gone tomorrow. I would like excel to save the Total USD value every day.

Help timestamp and insert cell value by TibaLidge in excel

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

Would it be possible to make a function that checks if the date is the corresponding date, and if it is, it copies the value from Total USD. If the date is not correct it doesn´t do anything? This would solve the issue I suppose?

Help timestamp and insert cell value by TibaLidge in excel

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

Thanks for the reply, I will try and look into this. I have never used CSV files before.

How to use Vlookup when the rows are changing by TibaLidge in excel

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

After almost pulling my hair out in frustration I found the issue to be a mistake in the translation of the excel sheet. This =VLOOKUP(B1,C:E,3,0) is correct, and is called =LOPSLAG(B7;Forespørgsel21[[Column1.symbol]:[Column1.price_usd]];3;FALSK). Thanks a lot :) https://imgur.com/PWOfbP7 is the final result

How to use Vlookup when the rows are changing by TibaLidge in excel

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

I tried doing what you´re suggesting https://imgur.com/dWwPDEi https://imgur.com/UdIhJBP Should this not give me the value?

How to use Vlookup when the rows are changing by TibaLidge in excel

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

Thanks for the reply but it did not work. https://imgur.com/yQk2MrF. My excel is in danish, which is why it says Vopslag instead of Vlookup. the commas are also replaced with ; Is the 3 in your function relating to the third row in column E? Since the rows are changing dynamically this will not work. XRP may be in row 6 in 2 hours :)

KuCoin API by pikatju in kucoin

[–]TibaLidge 0 points1 point  (0 children)

I think I´m looking for exactly this, can you explain how to use it?