Assistance merging two formulas together

JLUK74

New Member
Joined
Jan 19, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi,

For example, in cell A16 I have the following formula:

=G15/D1 (where G15 has a value and D15 contains the value I'm dividing with)

For this example, the result is 4.900, but I want to round it down to 4.

I've tried to add the "rounddown" formula to A16 but keep getting errors.

Thanks in advance
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Perhaps this:

Excel Formula:
=ROUNDDOWN(G15/D15,0)
 
Upvote 0
Solution
Hi,

For example, in cell A16 I have the following formula:

=G15/D1 (where G15 has a value and D15 contains the value I'm dividing with)

For this example, the result is 4.900, but I want to round it down to 4.

I've tried to add the "rounddown" formula to A16 but keep getting errors.

Thanks in advance
You could also use
Excel Formula:
=FLOOR.MATH(G15/D15)
 
Upvote 0

Forum statistics

Threads
1,216,029
Messages
6,128,404
Members
449,448
Latest member
Andrew Slatter

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