Dashboards - error

ProSpeaker

New Member
Joined
Oct 24, 2006
Messages
3
Greetings all,

I'm working on creating a dashboard. I currently have 3 worksheets, the report or mock up page, a control sheet and my first data sheet. The data sheet has fields that will be looking at the control sheet for the current month (CurMonth) and then going to an Excel database of information and returning a figure for that cell. I'm getting an error #NA and it's driving me crazy.

I'm using the following to pull this information in: =MATCH(CurMonth,ActGL.xls!Date,0), but it is retrieving the #NA.

I'm able to email the brief workbook to have someone look at it. I'm trying to make a grad school project look nice.

Any help would be greatly appreciated.

Regards,
-W
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
=if(isna(MATCH(CurMonth,ActGL.xls!Date,0))=TRUE,"",MATCH(CurMonth,ActGL.xls!Date,0))

You can insert text or a number between the quotes to make it display something else instead of #N/A.
 
Upvote 0
Dashboards - Error

Thanks JonMo1,

However, I'm attempting to determine why it's not returning the value that it is suppose to return for that cell.

I'll keep that if statement for future reference.

Thanks,
-W
 
Upvote 0
formulas return #N/A because it didn't find the value it was looking for. check your source data for Formatting differences. Also look for and remove extra spaces and other characters like ' * etc. in text strings.
 
Upvote 0

Forum statistics

Threads
1,214,821
Messages
6,121,759
Members
449,048
Latest member
excelknuckles

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