Skip to main content

Posts

Showing posts with the label Excel tricks

Insert Word and Digit both in a single cell of Excel sheet

Insert Word and Digit both in a single cell of Excel sheet Normally it is impossible to insert a word and a digit in a single cell of an excel sheet. Sometimes we think that how can we put these both in a single cell? Excel is very easy, useful, and user friendly. There is a lot of things to learn daily which can lead to you on the way of excel pro user. It can not be learned within a day. By learning day by day and by its practical use one can earn a lot of knowledge in MS Excel  In this blog, I shall show you the formula by which we can insert both word and digit in a single cell. It will glorify your report as well as your work. Please look at the screenshot of the Table given below: In the above screenshot, a singe cell named C10 (Total - 160) contained both word (Total) and digit (160) which is SUM of D9 (70) and E9 (90) like  Total - 160   Please follow the steps given below:  Step 1. Enter the formula :  =C9&"  "&SU...