is this possible??

johnnyd98

New Member
Joined
May 25, 2011
Messages
3
I need some kind of formula that tells me: which number, within a given range, divides into a list of other numbers evenly within exactly 2 decimal places.......Any ideas?


Thanks!!
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Welcome to the board.

For example, ...?
 
Upvote 0
thanks for the welcoming, I'm glad to have found this forum.

Here is more detail on my problem. I am trying to determine the price of a widget when all I have to go by are previous gross sales totals for the item.

For example, below are four different invoice totals for one widget:

41.03
26.11
29.84
18.65

Let's say I have some market background on this widget, and assume that it would sell somewhere between $3.00 to $4.50. I want to know which number between my given range divides evenly into the above four numbers.

In this case, the number is $3.73. I have many of these to figure out and if I could automate this process somehow I could save a ton of time!

Thanks!
 
Upvote 0
=GCD(ROUND(100*A1:A4, 0))

The formula MUST be confirmed with Ctrl+Shift+Enter.
 
Upvote 0

Forum statistics

Threads
1,224,594
Messages
6,179,792
Members
452,942
Latest member
VijayNewtoExcel

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