View Single Post
 
Old 06-04-2014, 07:13 PM
BobBridges's Avatar
BobBridges BobBridges is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: May 2013
Location: USA
Posts: 700
BobBridges has a spectacular aura aboutBobBridges has a spectacular aura about
Default

Quote:
Originally Posted by required_username View Post
In my case, the values are $0.00 so exact is a necessity. I'll try "ROUND" and see if it solves my problem. I would expect I can avoid teh middle man and have the value in C2 calculated as =ROUND(R7*J2+J5,2). Correct?
Sure, you can. All it cares is that it has some kind of numeric value to work with. Sometimes in my anxiety to boil things down to as few steps as possible I combine so many things into one that it gets much harder to understand; in such a case if I overdo it, it's sometimes better to break it up into pieces. But you're not near that threshold here..
Reply With Quote