GOTO Result from Formula..?

PM1

Board Regular
Joined
Oct 28, 2005
Messages
192
=SUMPRODUCT(('2305'!$N$2:$N$3416>=100001)*('2305'!$N$2:$N$3416<=999999)*(LEFT('2305'!$B$2:$B$3416,2)="LN"))

The formula above produces a result of "1" (which is correct), however is there a way of adding something to the cell which allows me to go to the result from the source data, rather than have to filter out manually.
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
OK, lets explain further: This is an extract from a Summary Sheet that I have:
Master Asset File.xls
ABCDEFGHIJ
2TotalAssetsLNONo
3NoValue%ofValFound%VALUE%
4
5InitialAssetRegister(2305)34157,020,066175451.4%4,085,45358.2%
6InitialAssetRegister(2305)Software330
7InitialAssetRegister(2305)PhysicalAssets33827,020,066
8AssetsNBV=>028250130646.2%00.0%
9AssetsNBV>0<25k5282,910,27141.5%40676.9%2,304,54579.2%
10AssetsNBV>25k<50k341,143,41816.3%3191.2%1,015,46988.8%
11AssetsNBV>50k<100k14895,48212.8%1071.4%598,56766.8%
12AssetsNBV>100k142,070,89529.5%17.1%166,8728.1%
13
Summary Sheet


This produces certain results from other sheets within the file. G12 shows a result of 1 which is arrived at from the formula give initially. What I want to be able to do is quickly go to that result rather than manually having to go to the sheet and filter out the relevant data to get the result that is reported in the table above.

So I was wondering is there some code I could use that enables me to goto the relevant data from the cell chosen.
 
Upvote 0
When you say "manually having to go to the sheet and filter out the relevant data" ... how do you do that exactly? Are you asking us to tell you how to do that?
 
Upvote 0
SUMPRODUCT(('2305'!$N$2:$N$3416>=100001)*('2305'!$N$2:$N$3416<=999999)*(LEFT('2305'!$B$2:$B$3416,2)="LN"))


produces a result of 1 in G12, to see this result I have to go to sheet '2305' and filter out all products that are greater than 100,000 and then filter Col B to show me the actual item that is reported.

What I want is a way to "Right Click" maybe and an option to go to this result from the cell chosen
 
Upvote 0
If you are talking about using the Autofilter option on sheet '2305' to search for the value, then there is no other way, except for writing some VBA code which would do those steps for you ... navigate to sheet '2305' and choose 2 filter criteria.
 
Upvote 0
Glenn,

I thought that, but to be honest the coding would be a huge challenge, especially when I have close to 256 cells with different results in.

I'll just have to get a quicker mouse. :cry:
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,716
Members
448,985
Latest member
chocbudda

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top