Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Export Excel command question

    Good afternoon,

    Is it possible to export part of a sheet only in the Stata data editor to Excel. For example my sheet has over 500,000 rows of data, but I only need to export the last 1000 rows, or all rows equal to and after a particular date, in a date variable?

    Thank you,
    Hans

  • #2
    if you look at the help file you will see that "if" and "in" are each allowed so the answer is yes you can do that; see
    Code:
    help export excel

    Comment

    Working...
    X