Index Questions

T

TB@work

I have an index formula I am using that I want to know if there is something
I could add to have it answer $0. Here is what my spreadsheet looks like,
and the formula I am using.

=INDEX(cranetest1!$R$3:$R$154,MATCH(Sheet1!B4&$AB$2,INDEX(cranetest1!$B$3:$B$154&cranetest1!$Q$3:$Q$154,0),0))

--A-------B-------------C---------D
If load 12346 does not have a fuel charge I want the formula to return $0
instead of N/A. Is there a way to do that?
 
B

Bernd P

Hello,

Please describe what you have in all the referenced areas (some sample
data).

CUrrently I can only guess that you might need to repeat all states in
cranetest1!B:B with empty corresponding cells in cranetest1!Q:Q (but
this is sort of a wild guess I admit).

Regards,
Bernd
 
T

TB@work

Sorry I meant to update the formula to match my example listed. The formula
should look like this.

=INDEX(cranetest1!$D$2:$D$5,MATCH(Sheet1!H2&$L$1,INDEX(cranetest1!$B$3:$B$154&cranetest1!$C$2:$C$5,0),0))

I'm wanting to know how to get the formula to return $0 if for instance say
load 12345 does not have a fuel charge. Right now it returns N/A.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top