Multiply and Roundup with parameters.

cems

New Member
Joined
Apr 20, 2011
Messages
2
[FONT=&quot]Column: Suggested Retail Price
It needs to be 3 times the new disc price and end in a 9. If the suggested retail is over $6, then it should end in .99. Also, if the new calculated retail is less than the You’re A/C retail Price, keep the You’re A/C retail price. So something 2.50 would be 2.59. Any way to do this? Any function or array do do this for the entire column?

-Thanks
[/FONT]
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Column C has to be 3 times Column D
If column C>6 Round to .99 (6 to 6.99)
If column C<6 Round to closest .09 (2.50 to 2.59)
If new calculated column C is less than column E then use E.
Any ideas?
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,345
Members
452,907
Latest member
Roland Deschain

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