help in formula

  • Thread starter Thread starter Junaid
  • Start date Start date
J

Junaid

I have given a formula that gives the specific cell data into the text i.e
="text "&AB4&" text" now my problem is that AB4 is the percentage it gives
me 7 or 8 digits after the point but don't need any digit after or maximum 2.
 
Junaid said:
I have given a formula that gives the specific
cell data into the text i.e ="text "&AB4&" text"
now my problem is that AB4 is the percentage
it gives me 7 or 8 digits after the point but don't
need any digit after or maximum 2.

I'm not exactly sure what you want, but I hope you can make use of the
following:

="text " & TEXT(AB4,"0.00%") & " text"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

if (and) question 5
Help please! 3
Vlookup problem 3
Formula Help 2
lookup and concatenate 4
IF NESTED Question 4
Dare Format 4
Help neededin adding an additional "Warning Flag" to my current lo 1

Back
Top