In Cell B1, my formula is ="Traditional Bookcase (Flush Cut $"&(ROUND(F1*10),2)&" per side)")
F1 has a multiplier the user enters, F1 is formatted as a number with 2 decimal places.
Depending on the number I enter in F1, I get answers that vary in length, I would like them to always appear formatted as $22.40, $22.00, etc. Currently, the answer would be appear as $22.4 or $22. I thought setting the NUM_DIGITS in ROUND to 2 would fix that, but it made no difference.
I have tried changing the format of B1 from text to number with no affect. Any ideas?
Thanks,
Raymond
F1 has a multiplier the user enters, F1 is formatted as a number with 2 decimal places.
Depending on the number I enter in F1, I get answers that vary in length, I would like them to always appear formatted as $22.40, $22.00, etc. Currently, the answer would be appear as $22.4 or $22. I thought setting the NUM_DIGITS in ROUND to 2 would fix that, but it made no difference.
I have tried changing the format of B1 from text to number with no affect. Any ideas?
Thanks,
Raymond