Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Indirect & Round Functions

How do I round a number that I am pulling with the Indirect function? My
indirect calculation is: =INDIRECT($A$23&"!k11") and I need to have this
number rounded to 3 digits.

Thanks in advance for your spreading the knowledge!

Jani
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Indirect & Round Functions

Hi Jani,

=ROUND(INDIRECT($A$23&"!k11"),3)

Or did I misunderstand your question?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Jani" wrote in message ...
| How do I round a number that I am pulling with the Indirect function? My
| indirect calculation is: =INDIRECT($A$23&"!k11") and I need to have this
| number rounded to 3 digits.
|
| Thanks in advance for your spreading the knowledge!
|
| Jani


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 272
Default Indirect & Round Functions

=Round(INDIRECT($A$23&"!k11"),3)
--
Charles Chickering

"A good example is twice the value of good advice."


"Jani" wrote:

How do I round a number that I am pulling with the Indirect function? My
indirect calculation is: =INDIRECT($A$23&"!k11") and I need to have this
number rounded to 3 digits.

Thanks in advance for your spreading the knowledge!

Jani

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Indirect & Round Functions

You understood it perfectly... can't believe the quick response! Thanks so
much. jms

"Niek Otten" wrote:

Hi Jani,

=ROUND(INDIRECT($A$23&"!k11"),3)

Or did I misunderstand your question?

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Jani" wrote in message ...
| How do I round a number that I am pulling with the Indirect function? My
| indirect calculation is: =INDIRECT($A$23&"!k11") and I need to have this
| number rounded to 3 digits.
|
| Thanks in advance for your spreading the knowledge!
|
| Jani



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
Allow EXCEL INDIRECT(ADDRESS()) and INDIRECT(RANGE()) functions Mike Barlow Excel Worksheet Functions 7 May 21st 23 07:42 PM
Using INDIRECT within functions Brian Excel Worksheet Functions 4 January 2nd 10 03:53 AM
How to use Indirect functions? Eric Excel Discussion (Misc queries) 3 November 12th 08 07:34 AM
If and Round Functions billykiller05 Excel Worksheet Functions 2 July 26th 06 04:50 PM
row-indirect functions [email protected] Excel Discussion (Misc queries) 3 February 28th 06 11:01 PM


All times are GMT +1. The time now is 02:32 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"