Skip to content

SPREADSHEET is a tool that automates finding according data in workbook B and replacing them in workbook A. It is similar to the VLOOKUP Function in Excel.

Notifications You must be signed in to change notification settings

Backerich/Spreadsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee405ab · Sep 3, 2019

History

55 Commits
Sep 3, 2019
Oct 13, 2017
Jun 12, 2017
May 23, 2017
Sep 17, 2018
Oct 13, 2017
Oct 20, 2017
Oct 13, 2017
Oct 20, 2017
Nov 3, 2017
Nov 3, 2017

Repository files navigation

Spreadsheet

Overview

SPREADSHEET is a tool that automates finding according data in workbook B and replacing them in workbook A. It is similar to the VLOOKUP Function in Excel.

Example

Workbook A:

Zero First Header Second Header
First Content from cell 1 Content from cell 2
Second Content in the first column Content in the second column

Workbook B:

Zero First Header Second Header
First Content from cell 1 = "Changed" Content from cell 2
Second Content in the first column = "Changed too" Content in the second column

Description:

SPREADSHEET finds the data which intersects. Then it searches in workbook B for the equalsign ('='). When this displays, the data after the equalsign should replace the relating string (infront of the equalsign) in workbook A. (in this example 'changed'). After the programm was executed the cell "First Header"/"1" should now say 'Changed' in workbook C. The programm copies workbook A into a new workbook C and adds the results of the programm.

Output Workbook C:

Workbook A:

Zero First Header Second Header
First Changed Content from cell 2
Second Changed too Content in the second column

About

SPREADSHEET is a tool that automates finding according data in workbook B and replacing them in workbook A. It is similar to the VLOOKUP Function in Excel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages