+ Reply to Thread
Results 1 to 11 of 11

Formatting result of Index function

  1. #1
    Bob Phillips
    Guest

    Re: Formatting result of Index function

    =TEXT(the formula, "Your format here")

    --
    HTH

    Bob Phillips

    "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    news:DE47376E-B7FF-40DB-9E90-53EE3CD1FF14@microsoft.com...
    > Hello,
    >
    > I am using an Index formula to return translations set in defined cells.
    > I would like to highlight and hyperlink only given words returned by the
    > Index formula...and for the moment I do not manage to do it.
    > I have just access to formatting of the whole cell where index formula is
    > embedded.
    > The text to be returned by the indexed function is formatted as I want,

    but
    > the index formula just returns the value without taking care of the
    > formatting.
    >
    > Can anyone give me a hand on this?
    >
    > Thanks




  2. #2
    ExcelFred
    Guest

    Re: Formatting result of Index function

    What do you mean by "Your format here"?
    here is my formula =INDEX(Language!$D$6:$K$1231,17,$B$10)
    in line 17 of array, column "B10.value" is the text I want to display with
    the correct formatting ie sme words in the text are in red bold.

    Following your advice, what should I do?
    Define line 17 of array, column "B10.value" as text and on the calling cell
    enter :
    =TEXT(INDEX(Language!$D$6:$K$1231,17,$B$10),"what here")

    Can you provide me with step by step instructions?




    "Bob Phillips" wrote:

    > =TEXT(the formula, "Your format here")
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > news:DE47376E-B7FF-40DB-9E90-53EE3CD1FF14@microsoft.com...
    > > Hello,
    > >
    > > I am using an Index formula to return translations set in defined cells.
    > > I would like to highlight and hyperlink only given words returned by the
    > > Index formula...and for the moment I do not manage to do it.
    > > I have just access to formatting of the whole cell where index formula is
    > > embedded.
    > > The text to be returned by the indexed function is formatted as I want,

    > but
    > > the index formula just returns the value without taking care of the
    > > formatting.
    > >
    > > Can anyone give me a hand on this?
    > >
    > > Thanks

    >
    >
    >


  3. #3
    Bob Phillips
    Guest

    Re: Formatting result of Index function

    I was referring to returning your result in a format, such as #,##0.00 or
    $0. I don't think you will get some red text in there, you would need to run
    code on that.

    --
    HTH

    Bob Phillips

    "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    news:0FDAC7DA-95F6-4538-BF7D-F3F257EF1688@microsoft.com...
    > What do you mean by "Your format here"?
    > here is my formula =INDEX(Language!$D$6:$K$1231,17,$B$10)
    > in line 17 of array, column "B10.value" is the text I want to display

    with
    > the correct formatting ie sme words in the text are in red bold.
    >
    > Following your advice, what should I do?
    > Define line 17 of array, column "B10.value" as text and on the calling

    cell
    > enter :
    > =TEXT(INDEX(Language!$D$6:$K$1231,17,$B$10),"what here")
    >
    > Can you provide me with step by step instructions?
    >
    >
    >
    >
    > "Bob Phillips" wrote:
    >
    > > =TEXT(the formula, "Your format here")
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > > news:DE47376E-B7FF-40DB-9E90-53EE3CD1FF14@microsoft.com...
    > > > Hello,
    > > >
    > > > I am using an Index formula to return translations set in defined

    cells.
    > > > I would like to highlight and hyperlink only given words returned by

    the
    > > > Index formula...and for the moment I do not manage to do it.
    > > > I have just access to formatting of the whole cell where index formula

    is
    > > > embedded.
    > > > The text to be returned by the indexed function is formatted as I

    want,
    > > but
    > > > the index formula just returns the value without taking care of the
    > > > formatting.
    > > >
    > > > Can anyone give me a hand on this?
    > > >
    > > > Thanks

    > >
    > >
    > >




  4. #4
    ExcelFred
    Guest

    Re: Formatting result of Index function

    Well ok, that was my fear.
    And I may be tricky as text todisplay in specific color and format are not
    always at the same place.
    Should I build a private function, an advanced Index function which does not
    only returns value of the answer cell but also copy the formatting in full of
    that answer cell and apply it to the cell embedding the Index function?
    Is it possible to do so?

    "Bob Phillips" wrote:

    > I was referring to returning your result in a format, such as #,##0.00 or
    > $0. I don't think you will get some red text in there, you would need to run
    > code on that.
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > news:0FDAC7DA-95F6-4538-BF7D-F3F257EF1688@microsoft.com...
    > > What do you mean by "Your format here"?
    > > here is my formula =INDEX(Language!$D$6:$K$1231,17,$B$10)
    > > in line 17 of array, column "B10.value" is the text I want to display

    > with
    > > the correct formatting ie sme words in the text are in red bold.
    > >
    > > Following your advice, what should I do?
    > > Define line 17 of array, column "B10.value" as text and on the calling

    > cell
    > > enter :
    > > =TEXT(INDEX(Language!$D$6:$K$1231,17,$B$10),"what here")
    > >
    > > Can you provide me with step by step instructions?
    > >
    > >
    > >
    > >
    > > "Bob Phillips" wrote:
    > >
    > > > =TEXT(the formula, "Your format here")
    > > >
    > > > --
    > > > HTH
    > > >
    > > > Bob Phillips
    > > >
    > > > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > > > news:DE47376E-B7FF-40DB-9E90-53EE3CD1FF14@microsoft.com...
    > > > > Hello,
    > > > >
    > > > > I am using an Index formula to return translations set in defined

    > cells.
    > > > > I would like to highlight and hyperlink only given words returned by

    > the
    > > > > Index formula...and for the moment I do not manage to do it.
    > > > > I have just access to formatting of the whole cell where index formula

    > is
    > > > > embedded.
    > > > > The text to be returned by the indexed function is formatted as I

    > want,
    > > > but
    > > > > the index formula just returns the value without taking care of the
    > > > > formatting.
    > > > >
    > > > > Can anyone give me a hand on this?
    > > > >
    > > > > Thanks
    > > >
    > > >
    > > >

    >
    >
    >


  5. #5
    Bob Phillips
    Guest

    Re: Formatting result of Index function

    It's always possible if you have the desire. You cannot build a UDF to
    format a cell, it just doesn't work. You either have a sub that goes around
    afterwards and picks off the text and highlights it according to your rules,
    or you use worksheet change event to monitor a cell, and then setup another
    cell, including highlighted values.

    --
    HTH

    Bob Phillips

    "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    news:3FE5571D-027F-452B-A094-3AA75830DC5B@microsoft.com...
    > Well ok, that was my fear.
    > And I may be tricky as text todisplay in specific color and format are not
    > always at the same place.
    > Should I build a private function, an advanced Index function which does

    not
    > only returns value of the answer cell but also copy the formatting in full

    of
    > that answer cell and apply it to the cell embedding the Index function?
    > Is it possible to do so?
    >
    > "Bob Phillips" wrote:
    >
    > > I was referring to returning your result in a format, such as #,##0.00

    or
    > > $0. I don't think you will get some red text in there, you would need to

    run
    > > code on that.
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > > news:0FDAC7DA-95F6-4538-BF7D-F3F257EF1688@microsoft.com...
    > > > What do you mean by "Your format here"?
    > > > here is my formula =INDEX(Language!$D$6:$K$1231,17,$B$10)
    > > > in line 17 of array, column "B10.value" is the text I want to display

    > > with
    > > > the correct formatting ie sme words in the text are in red bold.
    > > >
    > > > Following your advice, what should I do?
    > > > Define line 17 of array, column "B10.value" as text and on the calling

    > > cell
    > > > enter :
    > > > =TEXT(INDEX(Language!$D$6:$K$1231,17,$B$10),"what here")
    > > >
    > > > Can you provide me with step by step instructions?
    > > >
    > > >
    > > >
    > > >
    > > > "Bob Phillips" wrote:
    > > >
    > > > > =TEXT(the formula, "Your format here")
    > > > >
    > > > > --
    > > > > HTH
    > > > >
    > > > > Bob Phillips
    > > > >
    > > > > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > > > > news:DE47376E-B7FF-40DB-9E90-53EE3CD1FF14@microsoft.com...
    > > > > > Hello,
    > > > > >
    > > > > > I am using an Index formula to return translations set in defined

    > > cells.
    > > > > > I would like to highlight and hyperlink only given words returned

    by
    > > the
    > > > > > Index formula...and for the moment I do not manage to do it.
    > > > > > I have just access to formatting of the whole cell where index

    formula
    > > is
    > > > > > embedded.
    > > > > > The text to be returned by the indexed function is formatted as I

    > > want,
    > > > > but
    > > > > > the index formula just returns the value without taking care of

    the
    > > > > > formatting.
    > > > > >
    > > > > > Can anyone give me a hand on this?
    > > > > >
    > > > > > Thanks
    > > > >
    > > > >
    > > > >

    > >
    > >
    > >




  6. #6
    ExcelFred
    Guest

    Formatting result of Index function

    Hello,

    I am using an Index formula to return translations set in defined cells.
    I would like to highlight and hyperlink only given words returned by the
    Index formula...and for the moment I do not manage to do it.
    I have just access to formatting of the whole cell where index formula is
    embedded.
    The text to be returned by the indexed function is formatted as I want, but
    the index formula just returns the value without taking care of the
    formatting.

    Can anyone give me a hand on this?

    Thanks

  7. #7
    Bob Phillips
    Guest

    Re: Formatting result of Index function

    =TEXT(the formula, "Your format here")

    --
    HTH

    Bob Phillips

    "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    news:DE47376E-B7FF-40DB-9E90-53EE3CD1FF14@microsoft.com...
    > Hello,
    >
    > I am using an Index formula to return translations set in defined cells.
    > I would like to highlight and hyperlink only given words returned by the
    > Index formula...and for the moment I do not manage to do it.
    > I have just access to formatting of the whole cell where index formula is
    > embedded.
    > The text to be returned by the indexed function is formatted as I want,

    but
    > the index formula just returns the value without taking care of the
    > formatting.
    >
    > Can anyone give me a hand on this?
    >
    > Thanks




  8. #8
    ExcelFred
    Guest

    Re: Formatting result of Index function

    What do you mean by "Your format here"?
    here is my formula =INDEX(Language!$D$6:$K$1231,17,$B$10)
    in line 17 of array, column "B10.value" is the text I want to display with
    the correct formatting ie sme words in the text are in red bold.

    Following your advice, what should I do?
    Define line 17 of array, column "B10.value" as text and on the calling cell
    enter :
    =TEXT(INDEX(Language!$D$6:$K$1231,17,$B$10),"what here")

    Can you provide me with step by step instructions?




    "Bob Phillips" wrote:

    > =TEXT(the formula, "Your format here")
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > news:DE47376E-B7FF-40DB-9E90-53EE3CD1FF14@microsoft.com...
    > > Hello,
    > >
    > > I am using an Index formula to return translations set in defined cells.
    > > I would like to highlight and hyperlink only given words returned by the
    > > Index formula...and for the moment I do not manage to do it.
    > > I have just access to formatting of the whole cell where index formula is
    > > embedded.
    > > The text to be returned by the indexed function is formatted as I want,

    > but
    > > the index formula just returns the value without taking care of the
    > > formatting.
    > >
    > > Can anyone give me a hand on this?
    > >
    > > Thanks

    >
    >
    >


  9. #9
    Bob Phillips
    Guest

    Re: Formatting result of Index function

    I was referring to returning your result in a format, such as #,##0.00 or
    $0. I don't think you will get some red text in there, you would need to run
    code on that.

    --
    HTH

    Bob Phillips

    "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    news:0FDAC7DA-95F6-4538-BF7D-F3F257EF1688@microsoft.com...
    > What do you mean by "Your format here"?
    > here is my formula =INDEX(Language!$D$6:$K$1231,17,$B$10)
    > in line 17 of array, column "B10.value" is the text I want to display

    with
    > the correct formatting ie sme words in the text are in red bold.
    >
    > Following your advice, what should I do?
    > Define line 17 of array, column "B10.value" as text and on the calling

    cell
    > enter :
    > =TEXT(INDEX(Language!$D$6:$K$1231,17,$B$10),"what here")
    >
    > Can you provide me with step by step instructions?
    >
    >
    >
    >
    > "Bob Phillips" wrote:
    >
    > > =TEXT(the formula, "Your format here")
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > > news:DE47376E-B7FF-40DB-9E90-53EE3CD1FF14@microsoft.com...
    > > > Hello,
    > > >
    > > > I am using an Index formula to return translations set in defined

    cells.
    > > > I would like to highlight and hyperlink only given words returned by

    the
    > > > Index formula...and for the moment I do not manage to do it.
    > > > I have just access to formatting of the whole cell where index formula

    is
    > > > embedded.
    > > > The text to be returned by the indexed function is formatted as I

    want,
    > > but
    > > > the index formula just returns the value without taking care of the
    > > > formatting.
    > > >
    > > > Can anyone give me a hand on this?
    > > >
    > > > Thanks

    > >
    > >
    > >




  10. #10
    ExcelFred
    Guest

    Re: Formatting result of Index function

    Well ok, that was my fear.
    And I may be tricky as text todisplay in specific color and format are not
    always at the same place.
    Should I build a private function, an advanced Index function which does not
    only returns value of the answer cell but also copy the formatting in full of
    that answer cell and apply it to the cell embedding the Index function?
    Is it possible to do so?

    "Bob Phillips" wrote:

    > I was referring to returning your result in a format, such as #,##0.00 or
    > $0. I don't think you will get some red text in there, you would need to run
    > code on that.
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > news:0FDAC7DA-95F6-4538-BF7D-F3F257EF1688@microsoft.com...
    > > What do you mean by "Your format here"?
    > > here is my formula =INDEX(Language!$D$6:$K$1231,17,$B$10)
    > > in line 17 of array, column "B10.value" is the text I want to display

    > with
    > > the correct formatting ie sme words in the text are in red bold.
    > >
    > > Following your advice, what should I do?
    > > Define line 17 of array, column "B10.value" as text and on the calling

    > cell
    > > enter :
    > > =TEXT(INDEX(Language!$D$6:$K$1231,17,$B$10),"what here")
    > >
    > > Can you provide me with step by step instructions?
    > >
    > >
    > >
    > >
    > > "Bob Phillips" wrote:
    > >
    > > > =TEXT(the formula, "Your format here")
    > > >
    > > > --
    > > > HTH
    > > >
    > > > Bob Phillips
    > > >
    > > > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > > > news:DE47376E-B7FF-40DB-9E90-53EE3CD1FF14@microsoft.com...
    > > > > Hello,
    > > > >
    > > > > I am using an Index formula to return translations set in defined

    > cells.
    > > > > I would like to highlight and hyperlink only given words returned by

    > the
    > > > > Index formula...and for the moment I do not manage to do it.
    > > > > I have just access to formatting of the whole cell where index formula

    > is
    > > > > embedded.
    > > > > The text to be returned by the indexed function is formatted as I

    > want,
    > > > but
    > > > > the index formula just returns the value without taking care of the
    > > > > formatting.
    > > > >
    > > > > Can anyone give me a hand on this?
    > > > >
    > > > > Thanks
    > > >
    > > >
    > > >

    >
    >
    >


  11. #11
    Bob Phillips
    Guest

    Re: Formatting result of Index function

    It's always possible if you have the desire. You cannot build a UDF to
    format a cell, it just doesn't work. You either have a sub that goes around
    afterwards and picks off the text and highlights it according to your rules,
    or you use worksheet change event to monitor a cell, and then setup another
    cell, including highlighted values.

    --
    HTH

    Bob Phillips

    "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    news:3FE5571D-027F-452B-A094-3AA75830DC5B@microsoft.com...
    > Well ok, that was my fear.
    > And I may be tricky as text todisplay in specific color and format are not
    > always at the same place.
    > Should I build a private function, an advanced Index function which does

    not
    > only returns value of the answer cell but also copy the formatting in full

    of
    > that answer cell and apply it to the cell embedding the Index function?
    > Is it possible to do so?
    >
    > "Bob Phillips" wrote:
    >
    > > I was referring to returning your result in a format, such as #,##0.00

    or
    > > $0. I don't think you will get some red text in there, you would need to

    run
    > > code on that.
    > >
    > > --
    > > HTH
    > >
    > > Bob Phillips
    > >
    > > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > > news:0FDAC7DA-95F6-4538-BF7D-F3F257EF1688@microsoft.com...
    > > > What do you mean by "Your format here"?
    > > > here is my formula =INDEX(Language!$D$6:$K$1231,17,$B$10)
    > > > in line 17 of array, column "B10.value" is the text I want to display

    > > with
    > > > the correct formatting ie sme words in the text are in red bold.
    > > >
    > > > Following your advice, what should I do?
    > > > Define line 17 of array, column "B10.value" as text and on the calling

    > > cell
    > > > enter :
    > > > =TEXT(INDEX(Language!$D$6:$K$1231,17,$B$10),"what here")
    > > >
    > > > Can you provide me with step by step instructions?
    > > >
    > > >
    > > >
    > > >
    > > > "Bob Phillips" wrote:
    > > >
    > > > > =TEXT(the formula, "Your format here")
    > > > >
    > > > > --
    > > > > HTH
    > > > >
    > > > > Bob Phillips
    > > > >
    > > > > "ExcelFred" <ExcelFred@discussions.microsoft.com> wrote in message
    > > > > news:DE47376E-B7FF-40DB-9E90-53EE3CD1FF14@microsoft.com...
    > > > > > Hello,
    > > > > >
    > > > > > I am using an Index formula to return translations set in defined

    > > cells.
    > > > > > I would like to highlight and hyperlink only given words returned

    by
    > > the
    > > > > > Index formula...and for the moment I do not manage to do it.
    > > > > > I have just access to formatting of the whole cell where index

    formula
    > > is
    > > > > > embedded.
    > > > > > The text to be returned by the indexed function is formatted as I

    > > want,
    > > > > but
    > > > > > the index formula just returns the value without taking care of

    the
    > > > > > formatting.
    > > > > >
    > > > > > Can anyone give me a hand on this?
    > > > > >
    > > > > > Thanks
    > > > >
    > > > >
    > > > >

    > >
    > >
    > >




+ 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