#1   Report Post  
Stan
 
Posts: n/a
Default Go To Cell Display

Within this function
=IF(VLOOKUP(MIN($C$6:$C$28),$H$5:$J$16,3)<"0","Av ailable","Not Available") I
want to the place the "Available" or "Unavailable" in column 'B' next to the
corresponding row that matches the findings in column 'C'.

In other words how do you write a function that says 'Go To Cell xxx and
display xxx' based upon the results of a function?

Any thoughts?
  #2   Report Post  
Bill Martin
 
Posts: n/a
Default

Stan wrote:
Within this function
=IF(VLOOKUP(MIN($C$6:$C$28),$H$5:$J$16,3)<"0","Av ailable","Not Available") I
want to the place the "Available" or "Unavailable" in column 'B' next to the
corresponding row that matches the findings in column 'C'.

In other words how do you write a function that says 'Go To Cell xxx and
display xxx' based upon the results of a function?

Any thoughts?


-------------------

A function can only write to the cell from which it's called. The simplest
answer is to put your IF function in that column B cell where you want the
answer displayed.

If there's some esoteric reason that you can't do that, then you need to write a
macro SUB program to do it, rather than a function. Macros can reach out and
touch any cell.

Good luck...

Bill
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
Display contents of a specific cell even if a group of cells is mo Larry Heine Excel Worksheet Functions 5 December 4th 08 10:33 PM
Display a row if a cell value is greater than zero vmerrill Excel Worksheet Functions 2 August 6th 05 06:47 PM
How do I display hyperlink in Excel cell? Erich Excel Discussion (Misc queries) 2 May 15th 05 12:19 AM
display the value of a cell adjacent to the cell with max value Ian Excel Worksheet Functions 1 May 12th 05 01:47 AM
How do I set a cell to "Empty" so that it does not display in a ch Ian Charts and Charting in Excel 3 January 7th 05 01:12 AM


All times are GMT +1. The time now is 08:11 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"