Forum Discussion

amaldonado's avatar
amaldonado
Copper Contributor
Oct 03, 2021
Solved

La función BUSCARV no encuentra el valor que resulta de una fórmula.

Deseo encontrar dentro de una lista de valores que son el resultado de la fórmula K.ESIMO. MAYOR las que tienen el rango más alto y esos valores los intento relacionar con el número que le dio origen...
  • byundt1635's avatar
    Oct 03, 2021

    amaldonado,

    Functions like VLOOKUP and MATCH won't find a match if the lookup value is text and the lookup column contains numbers (or vice versa). In other words, "123" does not match 123. This is often a problem with dates, which should be stored as numbers (formatted like dates) rather than as text.

     

    You can coerce text into numbers by prefixing it with two minus signs: --"123"

     

    You can convert text into numbers by copying a blank cell, then selecting the cells to be converted and using the Home... Paste... Paste Special... Add ribbon item.