Help me make this one work

Spurious

Active Member
Joined
Dec 14, 2010
Messages
439
I get #VALUE on that one.

ADDRESS(ROUND(ROW(F7)/10;0)*10+2;COLUMN(F7))

What am I doing wrong? Thanks
 
I've used column 1 in the Index function as I've reduced the range to make the formula more efficient, the range is relative so will work the same.

INDEX('GS Auswertung - 1'!$A$2:$AC$200;MATCH($A6;'GS Auswertung - 1'!$A$2:$A$200;0)+1;COLUMN(B$1)+1))))

Column(B$1)+1 is the same as Column(C$1), by changing the Index to 'GS Auswertung - 1'C$2:C$200 you are eliminating all of the columns not needed, as you copy the formula to other columns, that range will change the same as your existing Column(B$1)+1 so you always want the first and only column in the range.

You don't even need the ,1 at the end of the Index, I just left it in to keep things tidy.

Which cell have you entered the formula in? If you're getting circualar reference from it then that means that the formula is trying to get a value from the cell that it is contained in, and is also the reason why you get a 0 value result.

The countif is there to simplify the formula, it serves the same purpose as the ISNA(....) section in your original formula (ISNA is the translation of ISTNV).
 
Last edited:
Upvote 0

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Thanks again for your help. I used your input and changed the formula and now it works like a charm!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,613
Messages
6,179,896
Members
452,948
Latest member
Dupuhini

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