Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default Hovering over a cell and seeing a data set for the sum in the cell

Hi,

I have a workbook with two worksheets in it.

In worksheet 1, I have a sumif equation in A1.

In worksheet 2, I have a set of data with 5 columns and 2000 rows. I would
like to hover over A1 in Worksheet 1, and have a pop up window (or any other
viewing pane), show me only the rows of data from Worksheet 2, that create
my sumif quantity in Worksheet 1.

Thanks for any suggestion!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default Hovering over a cell and seeing a data set for the sum in the cell

you cannot pop-up bits of other sheets

you can copy table data to a grid in a userform
you can trap a mouse move event over ActiveX controls such as an image
object = set the backstyle to transparent and modify its events on the
sheet's code page

Private Sub Image1_MouseMove(ByVal Button As Integer, ByVal Shift As
Integer, ByVal X As Single, ByVal Y As Single)
MsgBox "hello"
End Sub

alternative you could write some code that populates each cell's comment
with the reqyured data or a grid in a form

another alternative would be to use a hyperlink (say on a double click) to
the source ...but then there's the problem of returning.

"Eden397" wrote:

Hi,

I have a workbook with two worksheets in it.

In worksheet 1, I have a sumif equation in A1.

In worksheet 2, I have a set of data with 5 columns and 2000 rows. I would
like to hover over A1 in Worksheet 1, and have a pop up window (or any other
viewing pane), show me only the rows of data from Worksheet 2, that create
my sumif quantity in Worksheet 1.

Thanks for any suggestion!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 897
Default Hovering over a cell and seeing a data set for the sum in thecell

Excel version?

If 2003, check out the Formula Auditing toolbar (not sure what it's
called in 2007/2010). You can evaluate a formula, and trace the cells
your formula depends on.

HTH,
JP

On Sep 18, 10:29*am, Eden397
wrote:
Hi,

I have a workbook with two worksheets in it. *

In worksheet 1, I have a sumif equation in A1. *

In worksheet 2, I have a set of data with 5 columns and 2000 rows. *I would
like to hover over A1 in Worksheet 1, and have a pop up window (or any other
viewing pane), show me only the rows of data from Worksheet 2, *that create
my sumif quantity in Worksheet 1.

Thanks for any suggestion!

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
Hovering over a cell to show all data used in that cell Eden397 Excel Worksheet Functions 3 September 18th 09 03:15 PM
Hovering Over the data point shows different X-Axis Melissa Charts and Charting in Excel 0 February 25th 09 03:46 PM
Changing location of comment when hovering over cell doasidont Excel Discussion (Misc queries) 2 March 9th 07 08:45 PM
cell data not validated if navigating cell to cell with mouse LoveThatMouse Excel Worksheet Functions 6 May 21st 06 09:03 PM
data validation to restrict input in cell based on value of cell above that cell NC Excel Programming 2 January 25th 05 07:11 AM


All times are GMT +1. The time now is 11:12 PM.

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

About Us

"It's about Microsoft Excel"