I want to display this as the value, not the cell reference.

D

Darryl_Neeley

=IF(D9="","",IF(E9="","",IF(F9="","",ADDRESS(MATCH(F9-E9,BWP!A1:BWP!A45,0),MATCH(D9,BWP!A1:BWP!AO1,0),4))))

Instead of displaying A8, how would I go about getting this to display what
is contained within A8? What would I replace the ADDRESS function with? Or
what would I add on to make it display the value instead?
 
D

Darryl_Neeley

It's coming up as "#REF!". What's this pertaining to?

And thank you for the little tip with the reference.
 
T

T. Valko

Ooops!

Sorry, my mistake.

Try this:

=IF(OR(D9="",E9="",F9=""),"",INDEX(BWP!A1:AO45,MATCH(F9-E9,BWP!A1:A45,0),MATCH(D9,BWP!A1:AO1,0)))
 

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