SetCellValue(targetSheet, "A2", "N. America")
SetCellValue(targetSheet, "A3", "S. America")
SetCellValue(targetSheet, "A4", "Europe")
SetCellValue(targetSheet, "A5", "Asia")
SetCellValue(targetSheet, "B1", "Q1")
SetCellValue(targetSheet, "B2", 1.5)
SetCellValue(targetSheet, "B3", 2)
SetCellValue(targetSheet, "B4", 2.25)
SetCellValue(targetSheet, "B5", 2.5)
SetCellValue(targetSheet, "C1", "Q2")
SetCellValue(targetSheet, "C2", 2)
SetCellValue(targetSheet, "C3", 1.75)
SetCellValue(targetSheet, "C4", 2)
SetCellValue(targetSheet, "C5", 2.5)
SetCellValue(targetSheet, "D1", "Q3")
SetCellValue(targetSheet, "D2", 1.5)
SetCellValue(targetSheet, "D3", 2)
SetCellValue(targetSheet, "D4", 2.5)
SetCellValue(targetSheet, "D5", 2)
SetCellValue(targetSheet, "E1", "Q4")
SetCellValue(targetSheet, "E2", 2.5)
SetCellValue(targetSheet, "E3", 2)
SetCellValue(targetSheet, "E4", 2)
SetCellValue(targetSheet, "E5", 2.75)