bnkyaong

New Member
Joined
May 28, 2019
Messages
6
Hi Guys,

I've been trying to roundup the result of this formula but i can't
seem to make it work. Can anybody please help me.

=IF($B8="","",(VLOOKUP($B8,'Type D Box Col Data '!$C$4:$H$260,5,0)*2)+1+(2*C8)+2)

Thanks in advance,

bnkyaong.
 
If you want to apply to ROUNDUP to the second part, then just enclose that entire part in ROUNDUP, i.e.
Code:
[COLOR=#333333]=IF($B8="","",ROUNDUP[/COLOR][U](VLOOKUP($B8,'Type D Box Col Data '!$C$4:$H$260,5,0)[/U][COLOR=#333333]*2)+1+(2*C8)+2),0)[/COLOR]
 
Upvote 0

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Nope, i already tried that.
Jimmy and I posted the same formula, and it returns 31 for me.
If it does not for you, then either your VLOOKUP is not returning what you think it is, or C8 is not really equivalent to 2.75.
 
Upvote 0

Forum statistics

Threads
1,216,030
Messages
6,128,408
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