BookmarkSubscribeRSS Feed
Vish33
Lapis Lazuli | Level 10


Hi,

I have an excel sheet with calculations which needs to be implemented through SAS to automate the report. Please find the attchment for the sample excel sheet. I want to get the field2 values as shown in the excel template using sas code. For example field2 first value is getting generated by calculating column values i.e. (C10+D11+E12+F13+G14+H15+I16+J17+K18+L19+M20+N21). So i want to implement these calculations using sas. Can anyone suggest on this.

Thanks.

2 REPLIES 2
ArtC
Rhodochrosite | Level 12

It sounds like you want to embed the formula into the worksheet so that it will be active.  This can be accomplished using the Output Delivery System, ODS.  There have been a number of papers written on the topic.  Try google: sas ods excel formula


Peter_C
Rhodochrosite | Level 12

Art's suggestion is right on the money, for straightforward calculations, like a difference column.

The formulas in the FIELD2 row in your "sample.xls" are just column totals, but your message seeks the total along the diagonal for the first FIELD2 cell. What plan have you for the next FIELD2 cells?

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1374 views
  • 0 likes
  • 3 in conversation