Difference between revisions of "Excel Macros"

From IARC 207 Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
 
* [[Data Split]] -- Short Macro for splitting comma & tab separated data such as when you open a .txt file in Excel
 
* [[Data Split]] -- Short Macro for splitting comma & tab separated data such as when you open a .txt file in Excel
 
* [[LI7700 Data Parser]] -- Short Macro for junking bad data on a quick first cut for a LI-7700 Open Path CH4 Analyzer
 
* [[LI7700 Data Parser]] -- Short Macro for junking bad data on a quick first cut for a LI-7700 Open Path CH4 Analyzer
 +
*[[Hourly Data Parser]] -- Another short utility for down sampling data to hourly.
 +
===Elephant snippets===
 +
(There may be quite a bit of duplication I'm to lazy to figure it out)... these are copy/pastes of full modules FWIW, too.
 +
* [[Excel Macro Averages]]
 +
* [[Excel Macro Cheap Windrose]]
 +
* [[Excel Macro Snow Algo]]
 +
* [[Excel Macro WindCheck]]

Latest revision as of 10:37, 17 July 2019

Handy Code Snippets

This page contains links to several Excel Macros. Feel free to use or add additional ones.

Elephant snippets

(There may be quite a bit of duplication I'm to lazy to figure it out)... these are copy/pastes of full modules FWIW, too.