3 Functions that were working properly but don't anymore.

dagda13

Board Regular
Joined
May 18, 2019
Messages
52
Hi,

So I have a worksheet where I've set things up with 3 formulae in Row 1. One formula is actually an anchor that takes you to cell A3.

The formula in cell B1 takes you to 4 rows after the last row with data in it:

=HYPERLINK("#"&CELL("address",OFFSET(INDEX(H:H,MATCH(C1,H:H,0)),0,-3)),"Jump to the data cell")

What this formula is doing in looking for the value of C1, which in this case is just 5 spaces: " "

It's looking for these spaces in a row that his this formula in column H:

=IFNA(VLOOKUP(E365,Hidden!A:M,11,0),IF(D365="No match"," ",IF(NOT(OFFSET(H365,-4,0)<>"")," ","")))

If column E does not have the "No match" value AND column E has no value than column H has the " " value, in which case when I clicked on the hyperlink in B1 it could take me to 3 rows below the last row that had no value in D and E, if this makes sense.

This formula was working fine but recently it's been behaving weird. Which I click on the hyperlink in B1 it selects a bunch of cells in column B and it doesn't take me to the bottom of the sheet.
 

Attachments

  • Selecting_multiple_cells.jpg
    Selecting_multiple_cells.jpg
    46.3 KB · Views: 6

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney

Forum statistics

Threads
1,214,932
Messages
6,122,323
Members
449,077
Latest member
jmsotelo

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