+ Reply to Thread
Results 1 to 5 of 5

convert value stored as text to logical refrence value!

  1. #1
    Don Guillett
    Guest

    convert value stored as text to logical refrence value!

    have a look in help index for INDIRECT

    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "Remote Desktop Connection hotkey"
    <RemoteDesktopConnectionhotkey@discussions.microsoft.com> wrote in message
    news:080FC9E5-577B-4ADB-BC76-2AE64E94D723@microsoft.com...
    > I want to read variable from cell. Is it possible to convert value stored

    as
    > text to logical refrence value!
    >
    > For example
    >
    > I want to use this forumla
    > =HLOOKUP("Currency";table1;1;FALSE)
    >
    > But i want to read RANGE TABLE name from another cell - i want it to be
    > variable
    >
    > IF i store table1 in cell A4 and write formula
    > =HLOOKUP("Currency";A4;1;FALSE) then i get error cuz it reads "table1" and
    > thinks i supply text but i want to supply reference value which is table1

    not
    > "table1"
    >
    > Maybe there is way to store text in cell as reference value ?




  2. #2
    Bob Umlas
    Guest

    Re: convert value stored as text to logical refrence value!

    =HLOOKUP("Currency";INDIRECT(table1);1;FALSE)
    Bob Umlas
    Excel MVP

    "Remote Desktop Connection hotkey"
    <RemoteDesktopConnectionhotkey@discussions.microsoft.com> wrote in message
    news:080FC9E5-577B-4ADB-BC76-2AE64E94D723@microsoft.com...
    >I want to read variable from cell. Is it possible to convert value stored
    >as
    > text to logical refrence value!
    >
    > For example
    >
    > I want to use this forumla
    > =HLOOKUP("Currency";table1;1;FALSE)
    >
    > But i want to read RANGE TABLE name from another cell - i want it to be
    > variable
    >
    > IF i store table1 in cell A4 and write formula
    > =HLOOKUP("Currency";A4;1;FALSE) then i get error cuz it reads "table1" and
    > thinks i supply text but i want to supply reference value which is table1
    > not
    > "table1"
    >
    > Maybe there is way to store text in cell as reference value ?




  3. #3
    Remote Desktop Connection hotkey
    Guest

    convert value stored as text to logical refrence value!

    I want to read variable from cell. Is it possible to convert value stored as
    text to logical refrence value!

    For example

    I want to use this forumla
    =HLOOKUP("Currency";table1;1;FALSE)

    But i want to read RANGE TABLE name from another cell - i want it to be
    variable

    IF i store table1 in cell A4 and write formula
    =HLOOKUP("Currency";A4;1;FALSE) then i get error cuz it reads "table1" and
    thinks i supply text but i want to supply reference value which is table1 not
    "table1"

    Maybe there is way to store text in cell as reference value ?

  4. #4
    Don Guillett
    Guest

    Re: convert value stored as text to logical refrence value!

    have a look in help index for INDIRECT

    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "Remote Desktop Connection hotkey"
    <RemoteDesktopConnectionhotkey@discussions.microsoft.com> wrote in message
    news:080FC9E5-577B-4ADB-BC76-2AE64E94D723@microsoft.com...
    > I want to read variable from cell. Is it possible to convert value stored

    as
    > text to logical refrence value!
    >
    > For example
    >
    > I want to use this forumla
    > =HLOOKUP("Currency";table1;1;FALSE)
    >
    > But i want to read RANGE TABLE name from another cell - i want it to be
    > variable
    >
    > IF i store table1 in cell A4 and write formula
    > =HLOOKUP("Currency";A4;1;FALSE) then i get error cuz it reads "table1" and
    > thinks i supply text but i want to supply reference value which is table1

    not
    > "table1"
    >
    > Maybe there is way to store text in cell as reference value ?




  5. #5
    Bob Umlas
    Guest

    Re: convert value stored as text to logical refrence value!

    =HLOOKUP("Currency";INDIRECT(table1);1;FALSE)
    Bob Umlas
    Excel MVP

    "Remote Desktop Connection hotkey"
    <RemoteDesktopConnectionhotkey@discussions.microsoft.com> wrote in message
    news:080FC9E5-577B-4ADB-BC76-2AE64E94D723@microsoft.com...
    >I want to read variable from cell. Is it possible to convert value stored
    >as
    > text to logical refrence value!
    >
    > For example
    >
    > I want to use this forumla
    > =HLOOKUP("Currency";table1;1;FALSE)
    >
    > But i want to read RANGE TABLE name from another cell - i want it to be
    > variable
    >
    > IF i store table1 in cell A4 and write formula
    > =HLOOKUP("Currency";A4;1;FALSE) then i get error cuz it reads "table1" and
    > thinks i supply text but i want to supply reference value which is table1
    > not
    > "table1"
    >
    > Maybe there is way to store text in cell as reference value ?




+ 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