N/A in Linked Formula

Rob33

New Member
Joined
Jun 20, 2003
Messages
33
I have a Formula where i want to link to 2 cells - one may have a N/A# my formula is:

=IF(+'[ABC.xls]sheet1'!$X$28="#n/a",+'[ABC.xls]sheet1'!$T$28,'[ABC.xls]sheet1'!$X$28)

my problem is that i can't get the formula to return a result due to the #n/a?? :confused: :confused: :confused:


ANY IDEAS??
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Rob33 said:
I have a Formula where i want to link to 2 cells - one may have a N/A# my formula is:

=IF(+'[ABC.xls]sheet1'!$X$28="#n/a",+'[ABC.xls]sheet1'!$T$28,'[ABC.xls]sheet1'!$X$28)

my problem is that i can't get the formula to return a result due to the #n/a?? :confused: :confused: :confused:


ANY IDEAS??

It's unclear what you want when '[ABC.xls]sheet1'!$X$28 houses an #N/A. Care to state your problem in words?
 
Upvote 0
#n/a in formula

I have a sheet that links to the "ABC" worksheet - Column X usually has a value in it but sometimes it returns a #n/a in column X - when it does this i need the formula to then read the value in column T
 
Upvote 0
Re: #n/a in formula

Rob33 said:
I have a sheet that links to the "ABC" worksheet - Column X usually has a value in it but sometimes it returns a #n/a in column X - when it does this i need the formula to then read the value in column T

=IF(ISNA('[ABC.xls]sheet1'!$X$28),'[ABC.xls]sheet1'!$T$28,'[ABC.xls]sheet1'!$X$28)
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,432
Members
448,961
Latest member
nzskater

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