HI
I would like know how in sas ( may be using proc report and ods) to create an excel report with each row has different format.I tried few methods. But didn't succeed.
for e,g:
Say I have a table with the a single row being sale and colums being type , Jan ,Feb, March. Another table with some thing similar but premium.Another one with closeratio and the respective months
fo e.g
sale table
type jan feb mar
sale 1000 500 800
saleindollar
type jan feb mar
saledol $39000 $8500 $15000
saleratio
type jan feb mar
saleratio .8 .5 .6
I would like to create an excel output something like
summary
--------
type jan feb Mar
Sale 1000 500 800
saledol $39000 $8500 $15000
saleratio .8 .5 .6
Any idea how to create a similar report. Thanks in advance for the help
Suren