#N/A value wont go away! Any solutions out there?

PaulGotts

New Member
Joined
Nov 5, 2012
Messages
29
Hi There,

I have an array formula which spans 250 columns and transposes a varying number of values using OFFSET as my output.

When I get less than 250 values there appears an "#N/A" in the cell which can not be removed by the IFERROR method or IF(ISNA method.

=TRANSPOSE(OFFSET(INDEX(RetailDetail!$C$3:$IR$3,,MATCH(LEFT(Graph!$D$2,4),LEFT(RetailDetail!$C$3:$IR$3,4),0)),,,,SUM(--(LEFT(RetailDetail!$C$3:$IR$3,4)=LEFT(Graph!$D$2,4)))))

Any idea how I can get rid of these pesky NA values? Data output is below.

Thanks,
Paul.

Mid Atlantic
Northeast
Southeast
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
#N/A
|
|
|
V


<TBODY>
</TBODY>
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hi Paul,

I don't fully understand what your formula is doing and I'm not sure if this will work for you or not, but perhaps it will give you some idea how to deal with the problem...

Sample Data...

Excel Workbook
BCDEFGHIJ
2
3DataMid AtlanticNortheastSoutheastSouthwestNorthwestSouth SouthWestNorth NorthWest
4
RetailDetail


Result...

Excel Workbook
BCDE
1Lookup
2ResultSouth
3Southeast
4Southwest
5South SouthWest
6
Graph


This is an array formula.

I hope that gives you some ideas.
If nothing else, it has bumped you back up and hopefully someone else will give you the solution.

Good luck.

Ak
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,307
Messages
6,124,172
Members
449,146
Latest member
el_gazar

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