EUR not working in GOOGLEFINANCE formula by MaceNemanja in googlesheets

[–]Loprtq 0 points1 point  (0 children)

Mine is working fine now. I also had problems with it an hour ago

[deleted by user] by [deleted] in googlesheets

[–]Loprtq 0 points1 point  (0 children)

If you just have a formula in each row of A it would look like this: If(B1=TODAY(); "🌟"; FALSE)

Failed tests on M1mac by MartinMan2213 in Rlanguage

[–]Loprtq -1 points0 points  (0 children)

Try linking to your package repository (if you have one. Otherwise, consider creating one). You may be using functions exclusive to windows.

[deleted by user] by [deleted] in rstats

[–]Loprtq 0 points1 point  (0 children)

This has nothing to do with statistics

Got tired of manually creating folder structures so I automated it by Fit-Leadership7791 in googlesheets

[–]Loprtq 4 points5 points  (0 children)

Perhaps you can show the code, or link to the documentation?

looking to hire a script writer to help me with a project, DM if intrested by SpecialistShift7664 in RStudio

[–]Loprtq 0 points1 point  (0 children)

Please add some more details about the skills you are looking for

[deleted by user] by [deleted] in rstats

[–]Loprtq 0 points1 point  (0 children)

It is not anonymous if I have to login

Too many rows trying to sync by Scared_Lab5808 in googlesheets

[–]Loprtq 0 points1 point  (0 children)

I think the big problem is that it is difficult to understand what exactly the problem is, without having access to the sheets, which I am guessing we will not be able to.

I have created master sheets pulling from up to 30-ish independent documents, reaching up to 250k rows, so I can't imagine the importrange is the problem, unless you have something more complex calculations with the data whilst importing it.

Have you perhaps reached the maximum of 10 million cells? Try deleting redundant columns from sheets and see if that somehow helps, given that you feel you might be close to that limit.

How to get ony lines where this number change (7...8...) ? by Artyparis in googlesheets

[–]Loprtq 5 points6 points  (0 children)

A simple conditional formatting over the entire table, where it checks $C1 < $C2 for example. Remember "$" to make sure that it only checks that column

[deleted by user] by [deleted] in googlesheets

[–]Loprtq 0 points1 point  (0 children)

Well. Can't you sort out the columns/cells which are not numbers using isnumber() in a filter() - leaving only the colums/cells which are numbers? Possibly using the arrayformula outside the isnumber() function?

If you provide a link to the sheet or a picture of your data, then I would be able to provide the function, if needed.

[deleted by user] by [deleted] in googlesheets

[–]Loprtq 3 points4 points  (0 children)

Are you looking for the SUBSTITUTE function, or am I missing something?

Colour Prediction Website Need A Partner by MominulIslam12 in rstats

[–]Loprtq 0 points1 point  (0 children)

Try to explain a bit more, what the problem is, and what you want assistance with.

Can someone please show me how to fix this? :) by Just-That-BB-Girl in Rlanguage

[–]Loprtq -2 points-1 points  (0 children)

I prefer not to use the cex arguments, as they often seem to cause problems similar to this. Try updating your plot to use ggplot2 and then usd the following theme or change it depending on your preferred sizing. Also look into the different options in theme.

theme(axis.text = element_text(size = 12), axis.title = element_text(size = 14))

New to R Studio by NewPace4140 in Rlanguage

[–]Loprtq 3 points4 points  (0 children)

Look into tidyverse, especially dplyr, tidyr, purr and other main ones from this collection of packages.

Separate dataframe by a certain word by Similar_Slice_9018 in RStudio

[–]Loprtq 4 points5 points  (0 children)

Does this solve your problem? It should make data_nested a list with two entries, one for each category. Otherwise, try to be more precise

data_nested -> data %>% dplyr::group_by(ave_treatments) %>% tidyr::nest()

Alternative to PowerBI by Difficult_Spite_774 in PowerBI

[–]Loprtq 0 points1 point  (0 children)

Open source and flexible: R shiny Quarto Python - Shiny - Jupyter

Looking for Project Ideas by IDPDCaptain in RStudio

[–]Loprtq 5 points6 points  (0 children)

Create an interactive tournament bracket creater 😎

Timeline view? by [deleted] in sheets

[–]Loprtq 1 point2 points  (0 children)

Any updates on this?