+ Reply to Thread
Results 1 to 3 of 3

Is there a function to display the current filename or file TYPE ? (Without VBA)...

  1. #1
    Registered User
    Join Date
    02-08-2004
    Posts
    58

    Is there a function to display the current filename or file TYPE ? (Without VBA)...

    [SOLVED] - Solved by SHG ... THANKS !



    Hey again, :-)

    Is there a function or formula that could display the filename (or better yet, the file TYPE) in a cell ?

    What I want to do is this :

    Example ONLY:
    (IF "**save.xlsx*" isin $filename then (1+2), else (3x4) )

    Is this possible ?
    Thanks again !





    [SOLVED] - Solved by SHG ... THANKS !
    Last edited by BaLLZaCH; 03-08-2010 at 09:42 PM. Reason: [SOLVED] - Solved by SHG ... THANKS !
    Sig ? How can I sign the computer screen ?

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Is there a function to display the current filename or file TYPE ? (Without VBA).

    =IF(ISNUMBER(SEARCH("save.xlsx", CELL("filename"))), 1+2, 3*4)
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    02-08-2004
    Posts
    58

    Re: Is there a function to display the current filename or file TYPE ? (Without VBA).

    Quote Originally Posted by shg View Post
    =IF(ISNUMBER(SEARCH("save.xlsx", CELL("filename"))), 1+2, 3*4)

    "You R - A - Jean Yes ...."

    Thank u for your time !



    Thanks Again !

    [Resolved]






    [SOLVED] - Solved by SHG ... THANKS !
    Last edited by BaLLZaCH; 03-08-2010 at 09:43 PM. Reason: [SOLVED] - Solved by SHG ... 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