I work for a company that has a bit of a strange pricing structure - basically how it works, is there are different membership levels, and each product has a price listed for each level. Example: Retail is $22, Member is $20, Investor is $18, Employee is $15, so on and so forth
We have to manually enter all of these prices, so I made an excel spreadsheet to calculate the approximate prices for each level (~55% profit for retail, ~50% profit for member, etc). I'm trying to automate the task of rounding to the nearest quarter, or rounding down even dollar amounts ($10.00) to $9.99 automatically.
The formula I've been working on is giving me a bit of trouble.
I've tried using nested IF statements for the >=.01, >=.25, >=.50, >=.75, etc - I've tried using the CEILING function to round it up, but then the .99 cent one stumps me. I've tried separating the integer, and I've tried using the RIGHT function to just isolate the decimal, and take it from there - but I just can't seem to get it to work. I'm over thinking it at this point, and can't figure it out.
My apologies if this post is a bit confusing, but I hope I explained what I need well enough for somebody to assist me. It would be greatly appreciated.
We have to manually enter all of these prices, so I made an excel spreadsheet to calculate the approximate prices for each level (~55% profit for retail, ~50% profit for member, etc). I'm trying to automate the task of rounding to the nearest quarter, or rounding down even dollar amounts ($10.00) to $9.99 automatically.
The formula I've been working on is giving me a bit of trouble.
I've tried using nested IF statements for the >=.01, >=.25, >=.50, >=.75, etc - I've tried using the CEILING function to round it up, but then the .99 cent one stumps me. I've tried separating the integer, and I've tried using the RIGHT function to just isolate the decimal, and take it from there - but I just can't seem to get it to work. I'm over thinking it at this point, and can't figure it out.
My apologies if this post is a bit confusing, but I hope I explained what I need well enough for somebody to assist me. It would be greatly appreciated.