#Value issues

citadel_87

New Member
Joined
Jun 10, 2009
Messages
27
I know the issue is that I am looking at text as well as using numeric operators. I hope someone can help me get around this problem.



=IF(VLOOKUP(I23,Formulas!$A$7:$G$52,3)>0,X23-VLOOKUP(I23,Formulas!$A$7:$G$52,3),"N/A")

<colgroup><col width="75"> </colgroup><tbody>
<!--StartFragment-->
<!--EndFragment-->
</tbody>
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Can you give some examples ?

What is in X23, and what is the result of the Vlookup?

What do these return
=ISNUMBER(X23)
=ISNUMBER(VLOOKUP(I23,Formulas!$A$7:$G$52,3))
 
Upvote 0
x23 is a date or "N/A"


Vlookup is pulling number of days for a given vendor delivery date. Some vendors the number of days do not apply.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,175
Messages
6,129,299
Members
449,499
Latest member
HockeyBoi

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