+ Reply to Thread
Results 1 to 5 of 5

Need help ~ Newbie

  1. #1
    Registered User
    Join Date
    10-02-2006
    Posts
    15

    Need help ~ Newbie

    I am a newbie and need help badly to solve some calculation here .. please comment and help me .. thanks .

    The value of A=2 B=4 C=8 D=9 E=6 F=7

    if we key in those text ( example an A ) in cell B1 then it will display the value
    of 2 in a cell B2.

    But if we key in any number ( example 3 or 5 or 1 ) in a cell B1 then it will display the value of 3 or 5 or 1 too .

    Please help me with this one .. reall appreciate it ..

    thanks
    Last edited by sricomm; 10-02-2006 at 06:50 PM. Reason: an extra question .

  2. #2
    Forum Contributor kraljb's Avatar
    Join Date
    05-26-2004
    Location
    Illinois
    MS-Off Ver
    2007 (recent change)
    Posts
    256
    What is the problem? It's hard to try and help when you don't say anything about what the problem really is...

  3. #3
    Registered User
    Join Date
    10-02-2006
    Posts
    15
    Quote Originally Posted by kraljb
    What is the problem? It's hard to try and help when you don't say anything about what the problem really is...
    Really sorry sir .. just make some editing .. please help .. thanks .

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try this formula in B2

    =IF(B1="","",IF(N(B1),B1,LOOKUP(B1,{"A","B","C","D","E","F","G";2,4,8,9,6,7,""})))

  5. #5
    Registered User
    Join Date
    10-02-2006
    Posts
    15
    Quote Originally Posted by daddylonglegs
    Try this formula in B2

    =IF(B1="","",IF(N(B1),B1,LOOKUP(B1,{"A","B","C","D","E","F","G";2,4,8,9,6,7,""})))

    Many thanks sir .. it solve the problem .. thanks for the help .. really appreciate it ..

+ 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