Skip to Content
0
May 21, 2020 at 10:43 AM

Merging (combine) two column values in one column

78 Views

Hi Guys,

I have a requirement to show the values of two columns in one column.

Column 1: Start Date

Column 2: Initial Date

Column 3: Orientation Date

i have calculated days between as :

v1=daysbetween(start date;initial date)=109 (for example)

v2=daysbetween(start date;orientation date)=112 (for example)

I need to combine these variables in one column so that values come in rows.

Column_Combined

109

112

Please suggest.

Thanks

Vaibhav