Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default Rounding a Formula Result Up or Down by the 100s

I have the following formula (=VLOOKUP(A4,'LTI Calculation'!A:N,12,FALSE)
that would give me a result of :


$150,480 and I would like to round this number up by the 100s to get $150,500
or
$650,232 and I would like to round this number down by the 100s to get
$650,200

I would like to add "Rounding" to my VLOOKUp formula above to automatically
round up or down by the 100s.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Rounding a Formula Result Up or Down by the 100s

=ROUND(VLOOKUP(A4,'LTI Calculation'!A:N,12,FALSE),-2)

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Kiley" wrote:

I have the following formula (=VLOOKUP(A4,'LTI Calculation'!A:N,12,FALSE)
that would give me a result of :


$150,480 and I would like to round this number up by the 100s to get $150,500
or
$650,232 and I would like to round this number down by the 100s to get
$650,200

I would like to add "Rounding" to my VLOOKUp formula above to automatically
round up or down by the 100s.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 39
Default Rounding a Formula Result Up or Down by the 100s

You rock!!! Thank you so much!

"Luke M" wrote:

=ROUND(VLOOKUP(A4,'LTI Calculation'!A:N,12,FALSE),-2)

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Kiley" wrote:

I have the following formula (=VLOOKUP(A4,'LTI Calculation'!A:N,12,FALSE)
that would give me a result of :


$150,480 and I would like to round this number up by the 100s to get $150,500
or
$650,232 and I would like to round this number down by the 100s to get
$650,200

I would like to add "Rounding" to my VLOOKUp formula above to automatically
round up or down by the 100s.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rounding the result of two times Mr.B Excel Worksheet Functions 3 November 29th 08 05:12 AM
Excel is rounding up my formula result bnkrpony Excel Worksheet Functions 4 February 15th 08 06:15 PM
Rounding up the result of an IF function donnaK Excel Worksheet Functions 3 December 8th 05 10:15 PM
Rounding a formula result to read thousands from millions. R Champ Excel Worksheet Functions 2 August 5th 05 08:31 PM
Rounding up the result cubus Excel Worksheet Functions 13 January 14th 05 08:41 PM


All times are GMT +1. The time now is 02:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"