You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@ These are two different codes that I wrote in my free time at my previous jobs.
3
3
4
4
The Pivot Tables code was used for manipulating hundreds of spreadsheets every quarter when I worked as a Reinsurance Analyst. I was given the task to delete the same specific columns from each spreadsheet, create a Pivot Table on a new sheet, then total the amounts.
5
5
6
-
The Weekly FX Rate Update code was used for my weekly task of copying a column of the current exchange rates for all countries, and pasting it onto a master spreadsheet which detailed historical exchange rates. The code opens the current exchange rate file, copies the column, opens the master spreadsheet, pastes the column, saves the file as a new spreadsheet, and locks the file from being manipulated.
6
+
The Weekly FX Rate Update code was used for my weekly task of copying a column of the current exchange rates for all countries, and pasting it onto a master spreadsheet which detailed historical exchange rates. This was from when I worked in Mobility Consulting. The code opens the current exchange rate file, copies the column, opens the master spreadsheet, pastes the column, saves the file as a new spreadsheet, and locks the file from being manipulated.
0 commit comments