Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default I want to display this as the value, not the cell reference.

=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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default I want to display this as the value, not the cell reference.

Try this:

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

When referencing a range on another sheet it's not necessary to repeat the
sheet name:

BWP!A1:BWP!A45

BWP!A1:A45

--
Biff
Microsoft Excel MVP


"Darryl_Neeley" wrote in message
...
=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?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 17
Default I want to display this as the value, not the cell reference.

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

And thank you for the little tip with the reference.

"T. Valko" wrote:

Try this:

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

When referencing a range on another sheet it's not necessary to repeat the
sheet name:

BWP!A1:BWP!A45

BWP!A1:A45

--
Biff
Microsoft Excel MVP


"Darryl_Neeley" wrote in message
...
=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?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default I want to display this as the value, not the cell reference.

Ooops!

Sorry, my mistake.

Try this:

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

--
Biff
Microsoft Excel MVP


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

And thank you for the little tip with the reference.

"T. Valko" wrote:

Try this:

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

When referencing a range on another sheet it's not necessary to repeat
the
sheet name:

BWP!A1:BWP!A45

BWP!A1:A45

--
Biff
Microsoft Excel MVP


"Darryl_Neeley" wrote in message
...
=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?






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
formatting a cell to display a word when i enter a reference lette megan62685 Excel Discussion (Misc queries) 2 June 14th 07 06:44 PM
Formula to display cell reference (ex.. B7) Irv Excel Worksheet Functions 10 May 9th 06 10:37 AM
Display the cell reference of the cell that is currently selected. Emlou85 via OfficeKB.com Excel Worksheet Functions 5 March 18th 06 10:29 AM
how to get excel to display blank if reference cell blank silent1(not) Excel Worksheet Functions 1 December 2nd 05 02:49 PM
problem with cell reference in =sum(offset(cell reference,x,y,z,a)). Want cell ref to be variable. [email protected] Excel Worksheet Functions 2 December 11th 04 12:05 AM


All times are GMT +1. The time now is 04:31 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"