S
Steve
Dear group members,
I am trying to sum up entries from different categories represented by alphanumeric string. I need sums from multiple categories that are noncontinuous, such as a sum for Education (H5000-H5200,X3500). How can I set the criteria as sth like >H5000 AND <H5200 OR =X3500? Or how can I extract the numbers (I know how to separate letters from strings) and do SUMIFS with multiple criteria? Or how can I build a function for this purpose?
In the sample below, the left column contains the categories and right column their values.
contributor_category PAC_sum
274432
A1200 12500
B2400 3000
B4000 1500
C1100 2000
C2100 1000
C2200 6500
C4100 11000
C5120 1000
C5130 3000
D2000 10000
D3000 1000
D9000 1000
E1600 12500
E1610 2000
Thanks in advance!
I am trying to sum up entries from different categories represented by alphanumeric string. I need sums from multiple categories that are noncontinuous, such as a sum for Education (H5000-H5200,X3500). How can I set the criteria as sth like >H5000 AND <H5200 OR =X3500? Or how can I extract the numbers (I know how to separate letters from strings) and do SUMIFS with multiple criteria? Or how can I build a function for this purpose?
In the sample below, the left column contains the categories and right column their values.
contributor_category PAC_sum
274432
A1200 12500
B2400 3000
B4000 1500
C1100 2000
C2100 1000
C2200 6500
C4100 11000
C5120 1000
C5130 3000
D2000 10000
D3000 1000
D9000 1000
E1600 12500
E1610 2000
Thanks in advance!