Quick interface for screening studies in Excel | Spreadsheet Synthesis

Поділитися
Вставка
  • Опубліковано 7 лис 2024

КОМЕНТАРІ • 25

  • @kaydengill8733
    @kaydengill8733 3 роки тому +4

    Is there a way to add a back button for if reviewers make mistakes?

    • @LajeunesseLab
      @LajeunesseLab  3 роки тому +1

      yes, follow the directions to create a button, but this time the Visual Basic code for this "backtrack" button becomes (assuming that the spreadsheet index is like in the video found in the BL2 cell):
      i = Range("BL2").Value
      Range("BL2").Value = i - 1

  • @LajeunesseLab
    @LajeunesseLab  3 роки тому +2

    Hi all, thanks for watching!
    I have more tutorials using Excel for meta-analysis and systematic review practices, the full list is found here:
    @t

    • @SaeedShaikh-t9m
      @SaeedShaikh-t9m 2 місяці тому

      I am unable to find it, can you help me?? Thank you.

  • @alicewautie9576
    @alicewautie9576 Рік тому

    Hi from Belgium! Very helpfull, thanks for sharing !

  • @ErickKipropRonoh
    @ErickKipropRonoh Рік тому

    Do you have a template? Thanks for the uploads!

  • @rehamsalam5277
    @rehamsalam5277 2 роки тому

    I wish I had Excel skills so i understand the functions you used and so apply your method..But, I will try to copy your steps right now!

  • @yasmiiineee
    @yasmiiineee 2 роки тому +1

    thank you so much ! very helpful !

  • @muhammadrana5072
    @muhammadrana5072 Рік тому

    Excellent sir, really learned a lot

  • @nicorogervonlohengramm
    @nicorogervonlohengramm 5 місяців тому

    Thank you so much sir 😊

  • @naoremanand
    @naoremanand 2 роки тому +1

    Dear can you please share any video where i have to know the basics before starting a meta analysis?

    • @LajeunesseLab
      @LajeunesseLab  2 роки тому

      I am planning to do these types of videos, in the mean time I have a course where I conduct an entire meta-analysis from start to end:
      ua-cam.com/play/PLMDcoG6cxhI0JRfmuv3AwT9Sy0FQNMqCL.html

  • @xriso1437
    @xriso1437 3 роки тому +2

    This video is absotely helpful! I would like to ask if it is possible to add a colour, for ex. green for "included" and red for "excluded" studies, because in that way i think it can facilitate the identification process.

    • @LajeunesseLab
      @LajeunesseLab  3 роки тому

      yes you can, do a right click on the button and go to 'preferences'. There you can modify the color of the button or text color

    • @xriso1437
      @xriso1437 3 роки тому +1

      @@LajeunesseLab Thank you very much for your response was very helpful! But when i change this settings that you referred to when i press the button of the inclusion does not display at the screen cell "include" in green colour.

    • @LajeunesseLab
      @LajeunesseLab  3 роки тому +2

      @@xriso1437 Oh I see, in my first comment I thought you meant changing the button colors.
      Yes you can also change the color of the "INCLUDE" or "EXCLUDE" decisions by adding this additional line to the VB button code outlined in the video (below will change the color of "INCLUDE" to blue; you can modify to vbRed for the "EXCLUDE" button):
      Private Sub CommandButton1_click()
      i = Range("BL2").Value
      Range("BG" & i + 1).Value = "INCLUDE"
      Range("BG" & i + 1).Font.Color = vbBlue
      Range("BL2").Value = i + 1
      End Sub

    • @xriso1437
      @xriso1437 3 роки тому +1

      Thank you very much. That works perfectly.

    • @harshotsai
      @harshotsai 3 роки тому

      @@LajeunesseLab Possible to have another guidance video from you demonstrating semi-automatic population of' exclusion reasons' when a citation is excluded (as it's imperative for most of the SLR's to provide reasoning for exclusion of citation). Thanks in advance.

  • @zemzezeze6546
    @zemzezeze6546 3 роки тому +1

    Super helpful, thanks!

    • @LajeunesseLab
      @LajeunesseLab  3 роки тому +1

      Glad it was helpful!

    • @harshotsai
      @harshotsai 3 роки тому

      @@LajeunesseLab Possible to have another guidance video from you demonstrating semi-automatic population of 'exclusion reasons' when a citation is excluded (as it's imperative for most of the SLR's to provide reasoning for exclusion of citation). Thanks in advance.

  • @lachlanwood580
    @lachlanwood580 2 роки тому

    Great video, but i couldn't get it working on my MAC, there was no control section on developer

  • @albertoc12345
    @albertoc12345 2 роки тому

    thank you!