Closed Thread
Results 1 to 6 of 6

Numerology Gematria withbtwo words or more

  1. #1
    Registered User
    Join Date
    05-17-2015
    Location
    BS, Israel
    MS-Off Ver
    Excel 10
    Posts
    2

    Numerology Gematria withbtwo words or more

    I want to use a formula to translate text to numbers (Gematria).
    I'm using this for the hebrew alphabet:
    =SUM( 1* CHOOSE( CODE( MID( A5, ROW( INDIRECT("1:" & LEN(A5))), 1))-223, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 20, 20, 30, 40, 40, 50, 50, 60, 70, 80, 80, 90, 90, 100, 200, 300, 400))
    Some times there are two words seperated by a space in one cell and excel gives #VALUE.
    How do i make that space wont give a error?

  2. #2
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: Numerology Gematria withbtwo words or more

    You can remove a space in a text by using SUBSTITUTE()

    PHP Code: 
    =SUM(1CHOOSE(CODE(MID(SUBSTITUTE(A5," ",""), ROW(INDIRECT("1:" LEN(SUBSTITUTE(A5," ","")))), 1))-2231234567891020203040405050607080809090100200300400)) 

  3. #3
    Registered User
    Join Date
    05-17-2015
    Location
    BS, Israel
    MS-Off Ver
    Excel 10
    Posts
    2

    Re: Numerology Gematria withbtwo words or more

    Thank you so much. Works bautyfull.

  4. #4
    Registered User
    Join Date
    03-30-2013
    Location
    Connecticu
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: Numerology Gematria withbtwo words or more

    Seems we are doing something very similar. I read your thread on how to get the blanks in between words not to show up on as #N/A. Still working on it but it helps. My main issue is working with the 5 Final Sofit letters. It seems Excel cannot differentiate beteen מ and ם. I have been using VLookup for much of my Gematria formulats but when trying to look up Final Sofits it pullhe value of 40 for Final Mem instead of 600 or sometimes its reversed and get 600 for Mem. I don't know if its how Excel reads the Hebrew Alphabet or not. Do you have any solutions. Thanks

  5. #5
    Registered User
    Join Date
    12-02-2020
    Location
    Woodstock, Ontario
    MS-Off Ver
    2018 MAC
    Posts
    1

    Re: Numerology Gematria withbtwo words or more

    Hi Aydy,
    Could you share an Excel file with the code in question? I'm working on a gematria spreadsheet for Hebrew words but my knowledge of Excel is limited.

    JCA

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,869

    Re: Numerology Gematria withbtwo words or more

    Administrative Note:

    Hello jca0078 and Welcome to Excel Forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread

    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. numerology chart1
    By lori60 in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 06-15-2022, 03:36 PM
  2. numerology chart2
    By lori60 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-09-2015, 09:25 PM
  3. Replies: 15
    Last Post: 10-12-2014, 08:53 AM
  4. Replies: 5
    Last Post: 09-02-2014, 03:49 PM
  5. Replies: 3
    Last Post: 11-28-2012, 04:00 AM

Tags for this Thread

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