SUM Text and apply numerical value

JackRegan

New Member
Joined
Sep 20, 2021
Messages
7
Office Version
  1. 2019
Platform
  1. Windows
Data results measured as A, B, C or D. I am trying to dynamically turn these into a numerical range to run some maths against. (without using a helper column – which might be the easier way)

In laymans
  • Count the number of [A|B|C|D] in Table column B, lookup [A|B|C|D] value in score table, score x count = total

Results from the the example below :
A = 8
B = 6
C = 4
D = 1

I think I am trying to combine SUMIFS & VLOOKUP – which is not working so well. Although I just came across XLOOKUP, currently reading.

Table

Control 1A
Control 2C
Control 3D
Control 4B
Control 5B
Control 6A
Control 7C


Score Table

A4
B3
C2
D1

Thank you for looking.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Hi & welcome to MrExcel.
Maybe
+Fluff 1.xlsm
ABCDE
1
2Control 1AA8
3Control 2CB6
4Control 3DC4
5Control 4BD1
6Control 5B
7Control 6A
8Control 7C
9
Lists
Cell Formulas
RangeFormula
E2E2=COUNTIFS(B:B,D2)*4
E3E3=COUNTIFS(B:B,D3)*3
E4E4=COUNTIFS(B:B,D4)*2
E5E5=COUNTIFS(B:B,D5)
 
Upvote 0
Solution
Thank you ... When I came to implement I realised I'd asked the wrong question. I'll mark this as solved and ask again.
 
Upvote 0

Forum statistics

Threads
1,213,522
Messages
6,114,112
Members
448,549
Latest member
brianhfield

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top