IF text to number and calculation

SchaneConfer

New Member
Joined
Jul 16, 2021
Messages
5
Office Version
  1. 2016
Platform
  1. Windows
I have this formula: =IF(E15="low","0.0", IF(E15="moderate","0.1", IF(E15="severe","0.2", IF(E15="", "0.0")))) in one cell to return numbers from the text in cell E15. The if statement is working and I am getting a number. However, I am trying to sum a column of numbers that includes the cell with the IF formula, but it is not recognizing the number derived from the IF statement and therefore does calculate properly. What can I do to fix.
Thank you in advance for any help and it is much appreciated!!
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Remove the quotes from the numbers, otherwise they are text.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,805
Messages
6,121,656
Members
449,045
Latest member
Marcus05

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