Satisfy if condition on Dynamic columns

vpranitha

New Member
Joined
Jun 26, 2014
Messages
25
Here is my question.

I am looking for a value "Y" in Columns Y: AW and if Y then return " N " else "Y ". I got it to work in cell

AX2 using formula IF(COUNTIF($Y2:AW2,"Y"),"N","Y").

Having trouble to dynamically update columns when new columns are added after AW . I need column Y (the start column) to be constant but column AW to be dynamic, since columns would be added each month and I want the if condition to work dynamically.

Appreciate assistance with this.

Thank you
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Is there some way to identify the last column you want to include? For example a heading? Or is there anything after column AW that could affect the formula? If not, just use ZZ as your last column.

Or you could add 1 column to your formula $Y2:AX2, and whenever you add a column, just add it BEFORE the extra column. Excel with automatically adjust the current formulas to include the new column.
 
Upvote 0

Forum statistics

Threads
1,216,579
Messages
6,131,531
Members
449,654
Latest member
andz

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