Work Log Instructional: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "Category:Flashy XM To separate Work Log into contributors: #Create a new sheet #Rename it with ''Name'', the name of the contributor #type in =filter('Sorted'!A:D,'Sorted'!...")
 
No edit summary
Line 1: Line 1:
[[Category:Flashy XM]]
 


To separate Work Log into contributors:
To separate Work Log into contributors:
Line 6: Line 6:
#type in =filter('Sorted'!A:D,'Sorted'!B:B="Name") into boz A1 in the spreadsheet.
#type in =filter('Sorted'!A:D,'Sorted'!B:B="Name") into boz A1 in the spreadsheet.


That's it. This depends on the master sheet having columns A through D, where the selector is the Name.
Status Log is sorted by =SORT(  'Status Log'!A2:Z ; 1 ; FALSE ) to produce the Sorted sheet.
 
That's it. Individual name sheet depends on the Sorted sheet having columns A through D, where the selector is the Name.  
 
[[Category:Flashy XM]]

Revision as of 01:26, 1 September 2012


To separate Work Log into contributors:

  1. Create a new sheet
  2. Rename it with Name, the name of the contributor
  3. type in =filter('Sorted'!A:D,'Sorted'!B:B="Name") into boz A1 in the spreadsheet.

Status Log is sorted by =SORT( 'Status Log'!A2:Z ; 1 ; FALSE ) to produce the Sorted sheet.

That's it. Individual name sheet depends on the Sorted sheet having columns A through D, where the selector is the Name.