Use this Select query to get non posted rows.
dtNonPosted = dtInput.Select("[Posted] = ''").CopyToDataTable
User Write range activity to write the dtNonPosted to desired sheet
Use this Select query to get non posted rows.
dtNonPosted = dtInput.Select("[Posted] = ''").CopyToDataTable
User Write range activity to write the dtNonPosted to desired sheet