User Profile
cgaechter
Copper Contributor
Joined Nov 16, 2023
User Widgets
Recent Discussions
VLOOKUP References to tables with new columns
Hello, I have a question about shifting vlookup references when adding new columns to the referenced table. Ex: I have a master data table with all my data I have a few different tabs with vlookups to said data. If I add columns to the master table, my vlookup references shift the range properly (adds 1 more column) but not the column number. Original formula: After the new column add: As you can see, it adds a new column to my range (AF to AG) but not the corresponding extra column (stays at 31). How should I write it so it shifts and I can add/delete columns if ever needed? Changing formulas manually is the absolute last resort as I have about 600 formulas that I would need to manually edit. Thanks in advance!585Views0likes2CommentsCOUNTIFS with date range within a cell
Hello, I am trying to build a template for use every month, where the date range would change for each month to the month in question. The same countifs formula would be used in multiple cells with slight variations but the date range part will always be the same (except for the change each month). Rather than having to update each cell's formula each month I was hoping to point the formula to a cell where I would have the date min and max. Is there a way to do that? So instead of: =COUNTIFS('Sheet1'!D:D, ">9/30/2023",'Sheet1'!D:D, "<11/1/2023"), I would like to have it to Cell A1 and A2 where A1 = 9/30/2023 and A2 = 11/1/2023 and each month I only need to update those two cells. I hope this makes sense. There are other criteria I want to apply which is why I'm using countifs but maybe there is another formula. Thanks! CamilaSolved36KViews0likes2Comments
Recent Blog Articles
No content to show