Formula To Assign Letters To Digits And Repeatedly Sum To Single Digit

Feb 26, 2011

I need creating a tool for numerology.

Every alphabet from a to z has a number associated with it.

A = 1, b 2 , c = 3 etc

Numeric Values for Each Numeral

A1N5
B2O7
C3P8
D4Q1
E5R2
F8S3
G3T4
H5U6
I1V6
J1W6
K2X5
L3Y1
M4Z7

I can either use excel or access or write this.

Example 1 , r = 2 , I = 1, L = 3. .
If I write RIL in column 1 , column 2 should say 213 and column 3 should add 2+1+3 and display 7.

Example 2:
Col 1 = Infosys Ltd
Col 2 should say 1587313 344
Col 3 = 1 + 5 + 8+ 7+ 3+1+3 3+4+4 = 39 , 3+ 9 = 12 , add 1+2 = 3

View 7 Replies


ADVERTISEMENT

Section Numbers - Reduce To Single Digit Or Double Digits?

Jun 22, 2014

I have a column that has section numbers like 001.002.006.003.010.011.002.

I would like to divide that single column into seven columns with only the single or double digit in it, ie

1 in a cell
2 in a cell
6 in a cell
3 in a cell
10 in a cell
11 in a cell
2 in a cell

Have been using MID and FIND togther, but when I get to the double digits like 10 an 11 I run into problems.

View 3 Replies View Related

Seperate 2 Digit Number Into 2 Single Digit Numbers

Apr 3, 2008

I know you can take a number from one cell and combine it with number from another cell and make it one number. What I need to do is the reverse. Take a two digit number in a cell and separate it into single digits in two cells. If you have the number 50 in a cell, then is there a formula that will take the 5 and put it in cell and take the 0 and put it in the cell beside it?

View 4 Replies View Related

Display All 8 Digit Numbers That Have The Digits 1-8 In Them

Jul 16, 2008

I need a way to display all 8 digit numbers that have the digits 1-8 in them. (ie. 12345678 but NOT 12345679 OR 12345677) Also If I could somehow divide by 13 then check for whole numbers

View 14 Replies View Related

Filter Last 9 Digits From 16 Digit Number Within Text

Nov 20, 2012

I have a large file with cells filled with text (converted from a database, imported into Excel). The text is in rows of column A and always contains a 16 digit number, which is what I need. I am able to clean up this text and show only this number, but then Excel shows the last digit as a '0'.

An example of the text I need to filter the 16-digit number from: GIRO 6838657 K MAHMODBETALINGSKENM. 7062542158461684 STORNOADMINISTRATIEVE REDEN 1 ZIE DE TOEGEZONDEN KENNISGEVINGVAN VERHAAL OF CJIC.NL/VZD

I've altered some of the information in here so this is fake. The text is messy but all I need is the number.

This is the macro I use to clean up the text and leave only the 16 digit number:

Sub CleanUp
Dim e As Variant
With CreateObject("VBScript.RegExp")

[Code].....

It sort of works, but when I run it, I get this number as a result: 7062542158461680 (last digit is changed into a zero).

I've been trying to insert this line into the macro but it doesn't work: Columns("A:A").NumberFormat = "@"

How do I change the outcome of this macro into the actual number?

If this is impossible to do, I can also manage if there is a way to filter only the last 9 digits from the 16 digit number. I can work with that, too.

I use Excel XP (2002) at work.

View 2 Replies View Related

If Statement Based On Last Digit Or Last Two Digits In A Number

May 26, 2006

I have 4 and 5 digit numbers. For the 4 digit numbers, I want to be able to distinguish between the numbers by the last digit. For the 5 digit numbers, I want to be able to distinguish between the numbers by the last two digits.

Example: For 4 digit numbers, I would like to do something with all numbers ending in 1, 2, 3, 4, 5, 6, 7, and 8. For 5 digit numbers, I would like to do something with numbers ending in 10, 11, 12, 20, 21, etc.

The first step in being able to do this, I guess is distiguishing between 4 and 5 digit numbers, which I know can be done by the number lenght. However, the second part of looking at the last digit or the two last digits I don't know how to do.

View 4 Replies View Related

Convert X Digit Number To Letters

May 11, 2008

Nice to meet you all. I'd be grateful for any help I could get on this as I have tried it and I'm a bit stumped...

What I need to do is the following:

Convert a 4 digit number (e.g. 1234) in a single cell to a 4 letter string (e.g BCDE) and have the output appear in another cell.

The conversion should be as follows:

0=A
1=B
2=C
3=D
4=E
5=F
6=G
7=H
8=I
9=J
0=K

So, for example, 3678 in one cell should be converted to DGHI in the target cell.

View 6 Replies View Related

Excel 2007 :: Count Number Of Digits Without Counting Digit Twice

Sep 10, 2013

The values in columns b:d range from 000-999. I need a formula that will count the number of digits in B:D that match the 3 values in H1 without counting a digit twice. The existing formula counts a digit twice, like the value in H4.

DIGIT HITSABCDEFGH10,1,2209/09/132192191222309/09/134824821441409/08/131191191112509/08/139799792550609/07/137177171551709/07/138668662000
Excel 2007Worksheet FormulasCellFormulaE2=B2&C2&D2F2=SUM(B2:D2)G2=MOD(F2,10)H2=SUMPRODUCT(--ISNUMBER(FIND(","&$B2:$D2&",",","&H$1&",")))E3=B3&C3&D3F3=SUM(B3:D3)G3=MOD(F3,10)H3=SUMPRODUCT(--ISNUMBER(FIND(","&$B3:$D3&",",","&H$1&",")))E4=B4&

[Code] ......

View 9 Replies View Related

Assign Values To Letters And Count Total In A Cell

Feb 21, 2012

Is it possible to assign values to letters (eg. a=1, b=2, c=3... z=26) and then count the total sum of those letters in a cell

Example
A1= car
car is c=3 + a=1 + r=18 which would make the total to be shown in A2 3+1+18=22

With this code i would like to create a subtotal of all letters per row and a batch total of the column with subtotal.

View 3 Replies View Related

VBA To Add 0 To All Single Digit Times In Column?

Jan 28, 2013

code to change all times in a column that are single digit (6:00:00 to 06:00:00) .

View 3 Replies View Related

Pull Each Digit From Number Into Single Cells?

Oct 26, 2012

I have Put 15 Digit Number 234567890123456 in Cell A1. I am trying to get each Digit Seperately into Single Cell from B1 to P1.

View 5 Replies View Related

Instances Of Single Digit In String Of Numbers

Feb 19, 2014

I am trying to write a function that will give me the amount of time a certain number shows up in the same digit place in a large set of numbers.

For example:

111112221233313
111212222233323
111312223233333
111412224233343
111512225233353
111612226233363
111712227233373
111812228233383
111912229233393

given the number set how many times does the number 5 show up in the 4th digit. I know its 3 but for the data size I need to run it on, it is impossible to count.

What function would count how many times a certain number shows up in the same spot?

View 8 Replies View Related

Automatically Convert Date Into Single Digit?

Jan 3, 2012

I'm looking for a formula that may automatically convert date into single digit e.g today is Jan 03, 2012 & after adding (1+0+3+2+0+1+2) it will come out 9 ....

View 6 Replies View Related

Pull Each Each Digit From Number Into Single Cells

Aug 21, 2008

Attached is the sample file.

Basically I have a number in column A, just wondering is that any faster to allocate the number into individual cell as shown in the attached file.

View 5 Replies View Related

Adding 2 Digits In A Single Cell

Jul 29, 2008

I am triying to write a formula adding two digit in the same cell and return the sum as a single digit as shown below. but not sure how to go about doing it. would appreciate any kind souls to help out.

C5 D5 E5 F5H5I5J5K529121958 D8 F8 H8 J8 2 3 1 4Let's say if 2+9 = 11, than I wan to break 11 into 1+1 = 2, how can I get it done?examplecell D8 is the sum of cell C5 and D5 which is 2+9 = 11. than 11 is further break down into 1+1 = 2cell F8 is the sum of cell E5 and F5 which is 1+2 = 3.Likewise for cell H8 is the sum of cell H5 and I5 which is 1+9 = 10. than 10 is further break down into 1+ 0 =1cell J8 is the sum of cell J5 and K5 which is 5+8 = 13, than 13 is futher break down into 1+ 3 = 4.

View 9 Replies View Related

Extract Digits From A Single Long Number

Oct 17, 2011

I have in my cell a number, namely, 5260007005020024100055040300004110000000

What I would like to do is extract a set of digits from it,

Starting from the second 2, and shown here in the dots. I need all of the numbers in a separate cell, "52600070050200 .24100055.. 040300004110000000"

Hope this is clear. bearing in mind the number will remain as one so I would need to start at 14 then using LEN or something I'm not sure, extract the following 8 into another cell.

View 5 Replies View Related

Convert Numbers To Single Letters

Jun 8, 2007

In row G, I have a wide range of values from -3000 up to 2500.

These values are generated from a formula. =A5-B5.

I need a script that will scan row G between G5:G500 and give them a letter value.

Convert anything less than 0 to an A
Convert anything equal to 0 or equal to 1 to a B
Convert anything between 2 and 7 to a C
Convert anything greater than 7 to a D

It can place the new categorized letter value over the original formula in row G or put the letter value right next to it in H.

View 9 Replies View Related

How To Assign Color To Single Item On A Chart

May 15, 2013

Standard bar chart. They want our company to always be Yellow. This is a industry standard. Our columns (the bar) needs to be Yellow. As new companies are added to the series, it might change locations in the order. For now, the location is 9th.

Can use formula or use VBA. Can't seem to find a way using the Excel interface to do this.

View 3 Replies View Related

Break Individual Letters Between Underscores Into Single Columns 1301_ABCD_CC

Mar 25, 2009

I have keycodes in a single column that represent various product attributes.

For instance:

1304DP_CVDA2_CC_
1304EP_CVD_CC_
1400BR_CV_O_
1610__RA_

Everything before the first underscore can be ignored, the keycodes are after the underscore. If there are two underscores (__) there are no keycodes for that product. The next underscore after the keycodes represents product categories and can be ignored. Is it possible to break individual keycodes into their own columns?

For example, 1304DP_CVDA2_CC_ would become:

1304DP_CVDA2_CC | C | V | D | A2

I have individual letter keycodes for the entire alphabet range A - Z, and one oddball A2.

View 5 Replies View Related

Number Formatting: The First Three Digits Will Be Separated And Then Subsequently 2 Digits

Oct 31, 2008

i need to format my numbers in the following format

10,00,000.00

the first three digits will be separated and then subsequently 2 digits

View 2 Replies View Related

Double Digit Number 03 Vs 3 With Formula

Jul 13, 2009

="autECLSession.autECLPS.SendKeys """&B4*100&""""

B4 is 3.00% and I need it to be 03 no %, 3.00%*100= 3 but I need anything less then 10 to be two digits still (1-9)

This would be the perfect end result:
autECLSession.autECLPS.SendKeys "03"

and for over 10

autECLSession.autECLPS.SendKeys "10"

View 2 Replies View Related

VLookup Only Right Most 4 Digits Of The 6 Digits Sequential Numbers

Apr 30, 2014

I have the following working great, but would like to see it refine a little, as the data vlookup is 6 digits, but i only needs the last 4 digits is enough for me to work, my question is how do i go about adding that to the following function i have implemented and working fine.

=IF(ISERROR(VLOOKUP(B4,' cmfs01home$peter[tracker data 4-25-14-a.xlsx]ControlSheet'!$B$2:$F$301,4,FALSE)),"",VLOOKUP(B4,' cmfs01home$peter[tracker data 4-25-14-a.xlsx]ControlSheet'!$B$2:$F$301,4,FALSE)

View 12 Replies View Related

Formula Returns Two Digits Value

Jan 3, 2008

I have a formula that looks like this:

=IF(ISERROR((C101/G119)*G104)," ",((C101/G119)*G104))

There are about 15 cells with formulas similar to this. They are calculating a value for a row and at the end all of them should add up should equal C101.

The problem is the value that formula returns has to be two digits and I know it almost never is. But it ALWAYS equils C101. However because it only shows two digits somtimes if you manulally add up the value that you see it does not its off by +/-.01.

I need to fix it so that it does equal C101 AND if you were to add up the digits (with 2 decimal places) it will also equil C101.

View 12 Replies View Related

Formula For Missing Digits

Dec 4, 2012

I have this formula :

=SUM(LARGE((1-ISNUMBER(FIND({1,2,3,4,5,6,7,8,9,0},AQ10)))*{1,2,3,4,5,6,7,8,9,0},{1,2,3,4,5})*10^{1,2,3,4,5})/10^ISNUMBER(FIND(0,AQ10))

But sometime the number 1 is missing ? see example :

3890 the formula return : 24567 so I'm missing the digit 1 ?

same for this one :

2340 the formula return : 56789 so I'm missing the digit 1 again ?

and for this one it's good :

2389 the formula return : 145670

View 3 Replies View Related

Formula Involving Four-Digit Military Time

Jul 22, 2013

In A1, I've got a time for an event expressed in military time without colons, like 1130.

In B1, I've got two more times expressed the same way, like 1230-1300. These are the time the event was actually began and ended.

I've separated these two times into four different columns, the first two (C1 and D1) containing the raw numbers 1230 and 1330, and the second two (E1 and F1) containing those numbers formatted as times (12:30 and 13:00) via the TEXT function =TEXT(C1,"00:00")

Getting the difference between these two times (expressed in minutes) is not difficult. What is proving to be difficult (however simple it seems) is checking to see if C1 (time event began) is within an hour of A1 (time event was scheduled.) I was able to get this to work with times not involving 0000 or having, say, 0130 as an event time and 2300 as the time the event was started, but those two cases (switching 0000 to 2400, and moving between "days") is causing a hangup. Checking if A1

View 1 Replies View Related

Covert Formula To VBA Loop To Fix 5 And 6 Digit Time

Oct 10, 2013

I use this code in Column M to convert Column N

Code:
=IF(LEN(N2)>

I am looking to loop down Column N & O and replace , insert colon for both column N and O I started with is code

Code:
Sub FixTimeFormat()
Dim TimeNumcol As Integer
Dim ConvertedTimeCol As Integer

[Code]....

View 4 Replies View Related

Repeatedly Using 'ShowAllData'

Apr 29, 2009

I have a worksheet in which lot of information is entered on a daily basis, so far for the year there are 350 rows which I scroll up and down or autofilter etc to look at older info. I have created a button to make it easy to always return to the cell that I have been working on whether I have scrolled up a few hundred rows or used autofilter. Although I always want to keep autofilter on as it is needed to make other code work. The code I am trying to use is...

View 2 Replies View Related

Check Digit For 8 Digit Number

Jun 13, 2014

How to calculate a check digit in excel. The details to calculate this are as follows:

All variables in the calculation are positive integers.

We take each integer of the pro number and multiply it by a value and sum them to get a total.

An Example: 8 Digit Pro Number: 66988757
Pro Number: 6 6 9 8 8 7 5 7
Position in the Pro Number: 1 2 3 4 5 6 7 8
Multiply each digit in the pro number by (10-position) in the number, to achieve a sum.

Using our example pro again:
6*(10-1) + 6*(10-2) + 9*(10-3) + 8*(10-4) + 8*(10-5) + 7*(10-6) + 5*(10-7) + 7*(10-8)
6*9 + 6*8 + 9*7 + 8*6 + 8*5 + 7*4 + 5*3 + 7*2
54+ 48+ 63+48+40+28+15+14 = 310
Take the Sum of the previous calculation and divide it by 11
310/11 = 28

(Actually, it's 28.181818, but since we're working with integers, we truncate everything behind the decimal).

Figure a remainder by multiplying the quotient by 11 and subtracting from the sum.
Remainder = 310 - (28*11) ---> Remainder = 310 - 308 ----> Remainder = 2
Check Digit = 11- Remainder
Check Digit = 11 - 2 ---> Check Digit = 9
Note: if the check digit is 10 or 11, need to subtract 10 from the Check Digit.

View 3 Replies View Related

Formula To Pull First 6 Digits From One Column To Another

Apr 15, 2014

I have a list of project numbers in column "J" and i need to pull the first six digits of the project number to column "O"

View 4 Replies View Related

A Formula To Seperate Digits In A Cell

Oct 27, 2009

During work this thing stuck me that i have a column A1 an amount like 12345663..now what i want in column B1 the same amount but except first 3 digits..for example instead of 12345663 i want only 45663 in column b..

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved