I have a table with several columns as shown below. The issue is that I must do a search for a number entered manually. The search must be done in a column that results from multiplying the value $ by 100. With some values, inexplicably, the result of the formula +MATCH(I;$H$4:$H $164;0 ) is #N/A although the value ACTUALLY EXISTS, in other cases the value is found.
I.E. In the first row, the value 4.44 is loaded, which is multiplied by 100, resulting in 444. Then, the value to be searched for is 444 (manually entered) and the result of the formula is #N/A, but with the formula +IF( D=C;"YES";"NO") the result is true (YES).
Why is MATCH bahaving that way when there is actually a match????
IF SOMEONE CAN HELP ME I WOULD APPRECIATE IT
I.E. In the first row, the value 4.44 is loaded, which is multiplied by 100, resulting in 444. Then, the value to be searched for is 444 (manually entered) and the result of the formula is #N/A, but with the formula +IF( D=C;"YES";"NO") the result is true (YES).
Why is MATCH bahaving that way when there is actually a match????
IF SOMEONE CAN HELP ME I WOULD APPRECIATE IT
A $ Value | B Quantity | C total (formula) =A*B | D manual Entry | SEARCH +match(D;$C$2:$C$164;0 ) | compare |
4,44 | 100 | 444 | 444 | #N/A | YES |
4,43 | 100 | 443 | 443 | 3 | YES |
4,52 | 100 | 452 | 452 | #N/A | YES |
4,53 | 100 | 453 | 453 | 5 | YES |
4,59 | 100 | 459 | 459 | 6 | YES |
4,59 | 100 | 459 | 459 | 6 | YES |
4,59 | 100 | 459 | 459 | 6 | YES |
4,59 | 100 | 459 | 444 | #N/A | NO |
4,54 | 100 | 454 | 454 | 10 | SI |
4,54 | 100 | 454 | 454 | 10 | YES |
4,56 | 100 | 456 | 456 | #N/A | YES |
4,58 | 100 | 458 | 458 | 13 | YES |
4,58 | 100 | 458 | 458 | 13 | YES |
4,58 | 100 | 458 | 458 | 13 | YESI |
4,62 | 100 | 462 | 462 | 16 | YES |
4,61 | 100 | 461 | 461 | #N/A | YES |
4,62 | 100 | 462 | 462 | 16 | YES |