R openxlsx Conditional Formatting to Excel

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ธ.ค. 2024

ความคิดเห็น • 16

  • @sisyphus19
    @sisyphus19 2 ปีที่แล้ว +1

    Dude, you are a life saver. I spent two weeks trying to figure out a solution to a problem, but couldn't find it anywhere until seeing this video. Specifically, it was how to format conditional formatting for a string. Thank you so much for the help you provided.

  • @skyechen38
    @skyechen38 3 ปีที่แล้ว +3

    every time I have a question, you have the answer! Thanks a million!

    • @CradleToGraveR
      @CradleToGraveR  3 ปีที่แล้ว

      Glad I could help. It's been a while since I uploaded anything. Hopefully I can answer more questions now that I am up and running again.

  • @wackojacko1997
    @wackojacko1997 3 ปีที่แล้ว +1

    I was looking for a quick tutorial/introduction to 'openxlsx' and this was just great for that. Thanks. I'll subscribe.

  • @JohnHarris-gl9qz
    @JohnHarris-gl9qz 2 ปีที่แล้ว

    Fabulous, thank you so much this has been a great help.

  • @mmtmarathi6589
    @mmtmarathi6589 4 ปีที่แล้ว +1

    Thanks for this. Do you have anything on conditionally formatting the output of a dplyr filter command? Thanks

    • @CradleToGraveR
      @CradleToGraveR  4 ปีที่แล้ว +1

      I have one video on conditional formatting, check out th-cam.com/video/ACdCQuQJxhU/w-d-xo.html . Let me know if this helps.

  • @derinylmazatilla9385
    @derinylmazatilla9385 4 ปีที่แล้ว +1

    Great tutorial! Thanks

    • @CradleToGraveR
      @CradleToGraveR  4 ปีที่แล้ว

      No problem. I need to get to doing more of these videos soon.

  • @mafate9474
    @mafate9474 ปีที่แล้ว

    Hi, thank you for your useful tutorial. Is it possible to apply a conditional format to a range of cells, but only every other row? My goal is to be able to apply a background color to every other row in an Excel table in order to make it easier to read.
    I tried this: conditionalFormatting(wb, "sheet1", cols = 2, rows = seq(1, 100, by = 2), rule = "A1=A1", style = greyStyle)
    NB: the rule "A1=A1" is here to make it always true.
    But it doesn't work, all the cells in the range are colored grey. Thanks in advance if you can help.

  • @k--music
    @k--music 2 ปีที่แล้ว

    Is there any way to do this with a formula for the rule? Doesn't seem to work with an IF statement

  • @LotteForPresident
    @LotteForPresident ปีที่แล้ว

    Could you use a rule to apply conditional formatting based on values in another row?

  • @bitboys7980
    @bitboys7980 2 ปีที่แล้ว

    Hi,
    Can you please take a look at GOplot, it will be really helpful if you can explain how the EC.rda file is generated from the beginning.
    I am about to cry because of all the errors.
    Thank you. :)

  • @soniamansoor6002
    @soniamansoor6002 3 ปีที่แล้ว

    what if instead of rows = 1:26, I have unknown # of rows...what will be the argument?

    • @saadrehman1997
      @saadrehman1997 3 ปีที่แล้ว

      hello, if you want to apply it to all rows it'll be rows= 1:nrow(name of variable)

  • @andrewspeakman738
    @andrewspeakman738 2 ปีที่แล้ว

    I don't think this works for numFmt in createStyle. It's really frustrating.