How to list all possible solutions for missing digit?

Peter

In Excel, I want to add 2 numbers with missing digits and would like a list of all possible solutions.

For example: Given 5.x1 + 2.y1 = 7.32, what are the possible combinations of x and y?

In this case one combination of (x, y) is (1, 2) since 5.11 + 2.21 = 7.32. Another combination that would work is (2, 1) since 5.21 + 2.11 = 7.32.

Is tried to use Solver, but it only let's me specify variables. I think solver is trying to do x + y = 7.32, which could have infinite number of answers.

I also tried using SUMIFS but the conditions do not allow me to use wildcard for numbers.

Why am I doing this? I copied text from an image with cells, but some of the numbers didn't get pasted correctly as numbers. Instead they were like letters (o for 0, l for 1, but sometimes it does weird things like {} for 0.) The image source is no longer available to check manually, but the totals for the rows and column are legible and correct. Most of the numbers just have 1 digit missing. I could guess them, but would like Excel to help me pick from possible combinations.

Máté Juhász

At first create two columns with all the 100 possibilities for the two digits.

Insert your calculation in the third column, e.g. =5.01+2.01+(A1+B1)/10, here you can filter for the desired result, or you can use a pivot take I'd you don't want to have hidden rows.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

Scala: How to split a list into tuples in all possible ways

Build all possible sorted combinations of a List<string>

Python: Get List of all possible path in Tree?

Is it possible to get a list of all the jumbled English words?

Is it possible to see all shared folder list in windows?

How to iterate through a bash list and get all possible combinations of 2 elements?

How can I successfully capture all possible cases to create a python list from a text file

How to get all possible combinations of dividing a list of length n into m sublists

Couldn't install php55 by brew, tried all the possible solutions

How to generate all possible combinations?

How to find all the strings with length 5 and have 1 digit and 4 letters divided to all group combinations

Haskell Reversed Number Digit List

How to generate all possible combinations of given length

How to merge all the elements of a list

How to list all installed packages

How to output all color of each pixel of an image in hexadecimal color (6digit)

Is it possible to use Firebase Cloud Messaging API to list all push notifications?

Generate all possible sequential strings from list using Python 3

All possible combinations of operations on list of numbers to find a specific number

How to display digit in android?

Is this the fastest single digit sort algorithm possible?

how do i extract only the records with all email entries missing

Get one of many possible solutions in Prolog

Method sort_by is deprecated - Possible solutions?

How to get all orderings of a list such that the list is equal to another list?

Checking if first digit in each element in list are the same

Positioning list item numbers by last digit...?

how to query the highest digit in a search?

How to test if a string character is a digit?

TOP 一覧

  1. 1

    STSでループプロセス「クラスパス通知の送信」のループを停止する方法

  2. 2

    Spring Boot Filter is not getting invoked if remove @component in fitler class

  3. 3

    Python / SciPyのピーク検出アルゴリズム

  4. 4

    セレンのモデルダイアログからテキストを抽出するにはどうすればよいですか?

  5. 5

    tkinterウィンドウを閉じてもPythonプログラムが終了しない

  6. 6

    androidsoongビルドシステムによるネイティブコードカバレッジ

  7. 7

    ZScalerと証明書の問題により、Dockerを使用できません

  8. 8

    VisualStudioコードの特異点/ドッカー画像でPythonインタープリターを使用するにはどうすればよいですか?

  9. 9

    ビュー用にサイズ変更した後の画像の高さと幅を取得する方法

  10. 10

    二次導関数を数値計算するときの大きな誤差

  11. 11

    Ansibleで複数行のシェルスクリプトを実行する方法

  12. 12

    画像変更コードを実行してもボタンの画像が変更されない

  13. 13

    Reactでclsxを使用する方法

  14. 14

    Three.js indexed BufferGeometry vs. InstancedBufferGeometry

  15. 15

    __init__。pyファイルの整理中に循環インポートエラーが発生しました

  16. 16

    PyTesseractを使用した背景色のため、スクリーンショットからテキストを読み取ることができません

  17. 17

    値間の一致を見つける最も簡単な方法は何ですか

  18. 18

    reCAPTCHA-エラーコード:ユーザーの応答を検証するときの「missing-input-response」、「missing-input-secret」(POSTの詳細がない)

  19. 19

    三項演算子良い練習の代わりとしてOptional.ofNullableを使用していますか?

  20. 20

    好き/愛の関係のためのデータベース設計

  21. 21

    エンティティIDを含む@RequestBody属性をSpringの対応するエンティティに変換します

ホットタグ

アーカイブ