Help ISNA

Taka83

New Member
Joined
Jun 5, 2011
Messages
15
Hi all I would appreciate some advice on the formula below, more specifically how to get it return the word "Finished" if the cell contains a date rather than N/A. Currently it it returns a blank cell if N/A is in the cell (which I want) but the contents of the cell if it is filled (a date in this instance). If the cell is filled I want the formula to return the word "Finished"

IF(ISNA(VLOOKUP( )),"",VLOOKUP( ))

Any help would be much appreciated.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Try
Code:
=IF(ISNUMBER(VLOOKUP()),"Finished","")
 
Upvote 0
How do I write that into my current formula, or will that achieve what I want as a stand alone?

I still want N/A to be blanked.

Sorry for my ignorance.
 
Upvote 0
Have you tried it as is ?
Works ok with my data
 
Upvote 0

Forum statistics

Threads
1,224,551
Messages
6,179,476
Members
452,915
Latest member
hannnahheileen

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