• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Decimal and match excel formulas questions.

Hello!

For the fisrt table: Is there a formula that will return a blank cell instead of #value! when a number doesn't have a decimal point? This is the formula that I have so far =LEN(RIGHT(A2,LEN(A2)-FIND(".",A2)))

For the second table: Is there a formula that will find if Column A and B values match and return a flase is numbers have more that 4 decimal points


Thank you!!



First table
Column AColumn B
2.33
2​
2.444
3​
3.4444
4​
2
#VALUE!​

Second table
Column AColumn BColumn C
2.33​
2.33
2​
4.555​
2.444
3​
3.4444​
3.4444
4​
22
4.55555​
4.55555
 
Back
Top