Apr 14 2023 08:04 AM
Hi, I am trying to figure out Excell and am very new. I am trying to design a template to do bidding for my company. I would like to have text associated with a number value to do a math formula. For instance I have A13 with a number of 8268 and B13 with the words Install Base. I would like Install Base to have a value of 75. Then I would like to divide A13 (8268) by B13 (75) to equal 110.24 displayed in C13.
Apr 14 2023 08:18 AM
I'd create a lookup list. In the screenshot below if has just 2 rows, but it can be much larger of course.
Formula in C13:
=A13/VLOOKUP(B13,$G$2:$H$3,2,FALSE)
Apr 14 2023 08:36 AM
Apr 14 2023 11:30 AM
Did you perhaps enter =VLOOKUP(...) instead of =A13/VLOOKUP(...) ?
Apr 14 2023 11:45 AM
I copied and pasted your formula and tried typing exactly what you had?
Apr 14 2023 11:53 AM
Apr 14 2023 12:56 PM
Apr 14 2023 02:12 PM
Yes, C13. Did you look at the workbook that I attached to my previous reply?
Apr 14 2023 02:40 PM