Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Adding 2 digits of a number together

Hello all, I am trying to do something simple, although my explanation may seem complicated.

2 input cells and 1 output cell.
input cells will hold 2 unique single digit numbers.
output cell to add both output cells together. I then want the output cell to add the 2 digits together and give me the final one digit number.

example 1:
Step one: 2 + 9 = 11
Step two: 1 + 1 = 2 (final output)

example 2:
Step one: 9 + 6 = 15
Step two: 1 + 5 = 6 (final output)

any gurus able to enlighten me on this please? TIA!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Adding 2 digits of a number together

Le 16/10/2020 Ã* 17:13, Gabriel C ZX a écritÂ*:
Hello all, I am trying to do something simple, although my explanation may seem complicated.

2 input cells and 1 output cell.
input cells will hold 2 unique single digit numbers.
output cell to add both output cells together. I then want the output cell to add the 2 digits together and give me the final one digit number.

example 1:
Step one: 2 + 9 = 11
Step two: 1 + 1 = 2 (final output)

example 2:
Step one: 9 + 6 = 15
Step two: 1 + 5 = 6 (final output)

any gurus able to enlighten me on this please? TIA!


Hello Gabriel,

Not tryed :=mod(sum(...),9)

Regards
FxM
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 56
Default Adding 2 digits of a number together

On Friday, October 16, 2020 at 8:13:19 AM UTC-7, Gabriel C ZX wrote:
Hello all, I am trying to do something simple, although my explanation may seem complicated.

2 input cells and 1 output cell.
input cells will hold 2 unique single digit numbers.
output cell to add both output cells together. I then want the output cell to add the 2 digits
together and give me the final one digit number.


This seems to work:

=MOD(A1+B1, 10) + (A1+B1 9)
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA write macro change column with 3 number digits to 4 digits the James C[_2_] Excel Discussion (Misc queries) 3 January 25th 10 04:12 PM
number 12 digits to 15 digits mehdy-e Excel Discussion (Misc queries) 5 November 13th 09 05:43 PM
How to customize number to 10 digits including 2 digits after deci Carina Excel Worksheet Functions 3 September 20th 07 02:50 AM
Adding digits [email protected] Excel Worksheet Functions 2 March 1st 07 08:33 PM
adding digits of a number dantee Excel Worksheet Functions 8 March 30th 06 11:05 PM


All times are GMT +1. The time now is 11:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"