Hi there!
I am having a problem in finding percentage.
In cell B3 I have a text-number string like "Science580/1050", "Arts550/1050", etc respectively. To find percentage by dividing 580 by 1050 I developed a formula copied below. Please note that in above example i.e. "Science580/1050" Line break is inserted right after the word science so i used "char(10)" in the formula. The following function is correctly extracting the numbers 580 and 1050 and divides them using "/" arithmetic operator but regretfully it shows "#Value" error.
=MID($B3,FIND(CHAR(10),$B3,1),FIND("/",$B3)-FIND(CHAR(10),$B3))/RIGHT($B3,LEN($B3)-FIND("/",$B3))
Any help to remove this error and finding percentage using the same formula would highly be appreciated. Anticipating your positive reply. Thank you all.
Regards
I am having a problem in finding percentage.
In cell B3 I have a text-number string like "Science580/1050", "Arts550/1050", etc respectively. To find percentage by dividing 580 by 1050 I developed a formula copied below. Please note that in above example i.e. "Science580/1050" Line break is inserted right after the word science so i used "char(10)" in the formula. The following function is correctly extracting the numbers 580 and 1050 and divides them using "/" arithmetic operator but regretfully it shows "#Value" error.
=MID($B3,FIND(CHAR(10),$B3,1),FIND("/",$B3)-FIND(CHAR(10),$B3))/RIGHT($B3,LEN($B3)-FIND("/",$B3))
Any help to remove this error and finding percentage using the same formula would highly be appreciated. Anticipating your positive reply. Thank you all.
Regards