Edit for percentage in formula please :)

Grammarjunkie

Board Regular
Joined
Mar 22, 2016
Messages
86
Hey, guys. Thanks for stopping.
I was hoping someone could tell me what I need to do to fix this formula so that it pulls the VALUE portions in a 3 decimal format. Fields G9,D10, and J24 will all have percentages in them in three decimal places. When I'm CONCATENATE-ing, I'd like the value from those cells to be in 3 decimal places format, rather than what it's currently doing, which is 0.000XXX.

I'm not sure why I have a gap in knowledge on how to make this happen.
Thank you very much for any help. :)

Code:
=IF(J24="","",IF(G9="","",IF(D10="","",IF(AND(J24<>G9,G9=D10),CONCATENATE("Closing Disclosure Interest Rate (",VALUE(J24),") does not match Note or ELC Interest Rate (",VALUE(G9),")"),IF(AND(D10<>J24,J24=G9),CONCATENATE("ELC interest Rate (",VALUE(D10),") does not match Closing Disclosure or Note Interest Rate (",VALUE(G9),")",IF(AND(D10=J24,G9<>D10),CONCATENATE("Note Interest Rate (",VALUE(G9),") does not match Closing Disclosure or ELC Interest Rate (",VALUE(D10),")"),IF(AND(D10<>J24,D10<>G9,J24<>G9),CONCATENATE("Note Interest Rate (",VALUE(G9),"), ELC Interest Rate (",VALUE(D10),"), and Closing Disclosure Interest Rate (",VALUE(J24),")all do not match"),""))))))))
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Forum statistics

Threads
1,216,081
Messages
6,128,695
Members
449,464
Latest member
againofsoul

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top