ISNA Over Multiple Cells

Arts

Well-known Member
Joined
Sep 28, 2007
Messages
765
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi all

This is probably one of those questions where there is a simple solution but for what ever reason I am unable to find it.

If I have a #NA value over two cells and wanted to return the value so for the below I would use the formula =IF(ISNA(A1),B1,A1).
1645009018039.png


My question is, is there a way or a simpler way of bringing back a value over multiple cells rather than using a combination of IF Formulas?

1645009172876.png



Many thanks all!
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
wrape your vlookup into

Excel Formula:
=IFERROR(VLOOKUP(E2,$K$3:$K$7,2,0),0)

That would return a zero I believe but with regards to the initial question of returning a value over rows that contain an #N/A I don't believe that will help?
 
Upvote 0
In that case this formula should work
Excel Formula:
=MAX(IFERROR(A2:C2,0))
 
Upvote 0
Try confirming it with Ctrl Shift Enter, rather than just Enter.
 
Upvote 0
Solution

Forum statistics

Threads
1,214,827
Messages
6,121,824
Members
449,050
Latest member
Bradel

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