freebirdwr
New Member
- Joined
- Jul 18, 2008
- Messages
- 15
- Office Version
- 365
- Platform
- Windows
I have a spreadsheet where I need to sum some cells where the cell contains text and a number.
For instance, if the cell contains an "A", then I need to sum the numbers in those cells. If "S", same thing. Is there a way to use a SUMIF with right(text,1) since the number in each cell will always be a single digit?
Sorry for the table. I don't know how to copy an Excel table to a Post.
<TBODY>
</TBODY>
For instance, if the cell contains an "A", then I need to sum the numbers in those cells. If "S", same thing. Is there a way to use a SUMIF with right(text,1) since the number in each cell will always be a single digit?
Sorry for the table. I don't know how to copy an Excel table to a Post.
A | B | C | D | E | F | G | |
1 | MON | TUE | WED | THU | FRI | A-Used | S-Used |
2 | S-4 | A-8 | A-4 | 12 | 4 | ||
3 | A-6 | 6 |
<TBODY>
</TBODY>