+ Reply to Thread
Results 1 to 5 of 5

How do I multiply the result of the INDIRECT function ?

  1. #1
    Registered User
    Join Date
    06-25-2012
    Location
    Sweden
    MS-Off Ver
    Excel 2010
    Posts
    3

    How do I multiply the result of the INDIRECT function ?

    I've used the INDIRECT function in Excel 2010 to retrieve the value I want. In this case it is 3.09 in cell E6. However, multiplying or doing any kind of operation with cell E6 returns a #VALUE! error. I tried using VALUE(E6) thinking it was not in number format, but that generates #VALUE! error aswell.

    Any ideas on how to solve this is much appreciated.

  2. #2
    Registered User
    Join Date
    06-25-2012
    Location
    Sweden
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: How do I multiply the result of the INDIRECT function ?

    It is solved now. Upon pasting as values I notice a blank character at the end which is causing the error.

    I do want my formula still active so I still need to remove that last character some how however.

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,038

    Re: How do I multiply the result of the INDIRECT function ?

    You can use SUBSTITUTE like:

    =A1*SUBSTITUTE(your formula, " ", "")
    Never use Merged Cells in Excel

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,610

    Re: How do I multiply the result of the INDIRECT function ?

    Perhaps using the TRIM function?

  5. #5
    Registered User
    Join Date
    06-25-2012
    Location
    Sweden
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: How do I multiply the result of the INDIRECT function ?

    Thanks for the quick answers. I managed to solve it by using the left function.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1