#value on some cells only

dilyanyordanov

New Member
Joined
Dec 5, 2016
Messages
17
Hi guys, I am doing a report for work and I used vlookup for some of the cells to go find information from other sheets. The problem is with a particular person's name only... excel gives me #value on specific cells only. Others work fine.... All data type is either general or number. I tried and changed it but nothing... I copied one of the sheets from another person which everything was calculated ok...but still the same problem occurs. Any suggestions ?
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Excel isn't seeing at least one of those numbers as a number and it cant coerce them into a number either. See if this produces a result

=CLEAN(TRIM(SUBSTITUTE(E20,CHAR(160),"")))*CLEAN(TRIM(SUBSTITUTE(G20,CHAR(160),"")))
 
Upvote 0
What do the following formulas return:
=ISNUMBER(E20)
=ISNUMBER(G20)
 
Upvote 0
What do the following formulas return:
=ISNUMBER(E20)
=ISNUMBER(G20)

If I paste them to 2 empty cells..I get True for E20 and False for G20.....so ?

Hm...if i paste them to another sheets which I have no problem with...Both cells return True...so the problem is with G20 ?
 
Last edited:
Upvote 0
relax..

#value

reason solution
No match found = check your table, check your spelling.. etc


post your formula and table on the site so we could study it
 
Upvote 0
Billy. That's crazy. No match found will produce an #N/A! error not a #VALUE! error!
 
Upvote 0

Forum statistics

Threads
1,215,471
Messages
6,125,000
Members
449,202
Latest member
Pertotal

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top