Sum of Cells next to a String
이전 댓글 표시
Hi all,
I imported an excel sheet of numbers next to a string (a category) in an array and having trouble finding a way to get the sum of all the numbers under a category. For example:

Let's say I want the sum of all the numbers to the right of 'VLGMC' and 'DLG'. Is there a way I could do this?
Thanks,
Tony
채택된 답변
추가 답변 (1개)
Image Analyst
2015년 4월 4일
0 개 추천
Try using readtable() then summing the column(s). I'd have done a little for you but you forgot to attach your workbook.
카테고리
도움말 센터 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!