1 Column
Width:	=B$2	=B$4	=B$7
Height:
=B$3
=B$5
=B$8

2 Rows
Width:	=B$2	=B$4	=B$6	=B$4	=B$7
Height:
=B$3
=B$5
=B$8

3 Rows
Width:	=B$2	=B$4	=B$6	=B$4	=B$6	=B$4	=B$7
Height:
=B$3
=B$5
=B$8

4 Rows
Width:	=B$2	=B$4	=B$6	=B$4	=B$6	=B$4	=B$6	=B$4	=B$7
Height:
=B$3
=B$5
=B$8

Column Increment:	=B$6 + =B$4
This incremental value [CIV] is added to =B$2

 For 1 Column: =B$2 + 0				= [1st Left]
For 2 Columns: =B$2 + CIV			= [2nd Left]
For 3 Columns: =B$2 + CIV x 2	= [3rd Left]
For 4 Columns: =B$2 + CIV x 3	= [4th Left]

Example: CIV = 80
 For 1 Column: 10 + 0				=  10
For 2 Columns: 10 + 80			=  90
For 3 Columns: 10 + 80 x 2	= 170
For 4 Columns: 10 + 80 x 3	= 250