Could someone please tell me what is the formula for the following for cells C12/B12: If the answer is less than 1 percent I want it to show <1%, and if the answer is more than 1%, I want it to show the actual percentage.
Thank you.
Dax
Could someone please tell me what is the formula for the following for cells C12/B12: If the answer is less than 1 percent I want it to show <1%, and if the answer is more than 1%, I want it to show the actual percentage.
Thank you.
Dax
=if(C12/B12<.01,"<1%",C12/B12). Format your cell as percentage
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
Thank you Alan. The only problem I am having with it is that if on column C12 I have a 0, it shows <1% instead of 0. Any ideas?
Dax
=if(c12=0,0,if(C12/B12<.01,"<1%",C12/B12))
If the answer is O, I want it to show 0, if the answer is less than 1%, I want it to show <1, other than that the actual number. Ex, if C12/B12 = 0, show 0, if C12/B12 = .01, show <1, if C12/B12 = 234, show 234
Did you try my formula from post 4.
They are changing so quickly I don't know what is post 4, what is the title?
I got it, let me try it. Sorry.
It is the 4th post in this thread numbered over in the right hand side as you scroll down. This is post 9. Your last one was post 8.
Thank you so much, it worked.
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks. And you are welcome
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks