Showing New Worksheet
Dec 22, 2006
I have a cell that contains the =Day1!G4. It reveals what is on another worksheet, but I want to be able to have the next cell be: =Day2!G4. Is there any way that I can code this without having to physically type in every cell? I tried, =Day1+1!G4 but it didn't like that.
View 12 Replies
ADVERTISEMENT
Aug 23, 2006
I've received a workbook that contains maybe 60+ worksheets. To navigate the workbook, a person must use the hyperlinks on each sheet. However the worksheet tabs do not appear at the bottom of the sheet. I've checked Tools / Options / View / Sheet Tabs and the checkbox is checked. II've also tried unchecking and rechecking the box.) There are no custom views created.
View 2 Replies
View Related
May 27, 2009
I have created a form that converts latitude / longitude from Decimal Degrees to Degrees Minutes Seconds decimal seconds. I want my coworkers to be able to use the form, but I don't want them to see the excel window/worksheet when they open it up.... I thought I had received an email once that appeared to be an excel file but when you opened it, it was just a form. I have tried all I can think of to no avail.
View 3 Replies
View Related
Jan 18, 2009
I have an Excel 2007 workbook that's been used for 5 months or so now. Recently, people I email it to say they can only see one worksheet in the workbook when they open it, and are unable to switch to any other worksheets in the workbook (they can't even see the tabs). They are in the "normal" view, and I have no idea what else could be wrong. Did I mess something up with the protection? Any other ideas to check?
View 4 Replies
View Related
Feb 23, 2010
Working with an existing macro from this forum. How do I create the array showing the number of sheets found? I know from a MsgBox that two sheets are found.
View 3 Replies
View Related
Mar 10, 2009
I have a tab within a workbook where i want the user to copy a different spreadsheet into and then press a macro button to run some code, however after this button has been pressed i want this one tab to show any changes that have been made to it, i.e make the cell red or something just so i can keep track of manual adjustemnts.
View 9 Replies
View Related
Dec 5, 2006
I am trying to write a UDF that uses the TRANSPOSE and MMULT functions, but I keep getting #VALUE! errors...
View 3 Replies
View Related
Apr 27, 2014
I am currently having an issue with the formula below showing a zero when there is no data, now i am referencing from this cell to another sheet but even with the IF(ISBLANK inside the formula on the other page it still shows a zero which is messing up what i am trying to do on another page.
This is what i am using
=(MAX(P5:P47,P60:P102,P115:P157,P170:P212,P225:P267,P280:P322,P335:P377,P391:P433,P447:P489,
P503:P545,P559:P601,P615:P657,P671:P713,P727:P769,P783:P825,P839:P881,P895:P936)
This is the cell number that has this formula which it is telling me the max number for the column - P938
I am referencing to another sheet like this =IF(ISBLANK('sheet 2'!P938),"",'sheet 2'!P938)
How i get this to stop showing a 0 if there are no data for it to search for the max?
View 7 Replies
View Related
Feb 2, 2010
The formula that I came up with perfectly works well with clear values. Everytime there's a #NUM!, #VALUE! in my array, the result I want wont show up.
=(SUMPRODUCT(--($B$17:$B$22=C4),--($C$17:$C$22=$D$3),--($G$17:$G$22)))/D4
When I tried average+if and it still gave me the same error!
=AVERAGE(IF($B$17:$B$22=$C$4,IF($C$17:$C$22=$D$3,$G$17:$G$28)))
View 4 Replies
View Related
Dec 18, 2011
I am creating a spreadsheet system for storing school grades, and I have a sheet on my system which shows graphs of the students data, and on this sheet there are rather a lot of graphs, and its sort of a visual overload to see so many graphs on one sheet. Im just wondering if there is any thing which I could insert which would give the person using the system a choice of which class's graph they want to show.
View 1 Replies
View Related
Jun 9, 2007
I have a column in which all cells do a vlookup. how can i not show the #n/a ?
View 9 Replies
View Related
Nov 23, 2007
My mind is going, I can not remember how to use the background color to show the highest number in a group of cells automatically.
View 9 Replies
View Related
Jul 23, 2006
I can't get the zero's to show up in the part number formula in the wooksheet. Also how do you get the zero's to stay when you type numbers such as (03,04,ect.) the zero always disapears. I need it to stay as a number and not text.
View 6 Replies
View Related
Oct 31, 2006
I placed an add-in (.xla file) with a " function" and a "sub" into C:Microsoft Office XPOffice10Library. When I go to Tools-->Add-Ins the Add-In doesn't show up. When I browse the file it says it already exists and still doesn't show up. The strange thing is that the "function" does work, but the sub (which is a sub worksheet_change) doesn't run. I also tried doing the steps as they are laid out in http://www.ozgrid.com/VBA/excel-add-in-create.htm and ended up with the same problem. The function works when I open up a brand new Excel application and use Book1, so I know the function isn't embedded in the sheet.
View 4 Replies
View Related
Jul 19, 2007
I have a vlookup that I have almost working but I'm a little stumped my the last bit.
the formula I have is this =VLOOKUP(J4,AW:AY, 3, 0) and the only issue I have is that if there is nothing in J4, then I want nothing to appear in my vlookup cell, but it is currently showing #N/A.
View 6 Replies
View Related
Apr 5, 2013
Why the value is showing up as 0. I know it should be 4 but it is returning the value 0 when I run my code clean through. When I step through the code using F8 it shows up as 4 as long as I am on the tab where the worksheet is. Why my code is returning a 0.
VB:
StartRow = 5
Dim CountX As Integer
Dim LastRowX As Range
CountX = 0
[Code] ......
View 2 Replies
View Related
May 29, 2014
I am using dglinfo with if statements, and I know that the spreadsheet is updated but the only way I can show the value in particular cell is by hitting the fx. Is their a way to show all the values at once instead of going cell by cell?
View 2 Replies
View Related
Sep 29, 2008
I have a spreadsheet gathering information on vehicles. One of the pieces of information is a 'Date Off Strength'. For the vehicles still on strength I have the symbol '#N/A' showing,, this is linked to a sheet using a VLOOKUP formula, is there a way to stop this symbol showing
View 4 Replies
View Related
Nov 6, 2008
I have to compile spreadsheets as tables of various values. One column in particular is a column of ID numbers and the worksheet is very very long. I need a method for checking this one column for duplicate ID numbers.
View 4 Replies
View Related
Nov 12, 2008
I am a new user both to Excel and these forums, but I am very glad they both exist! What I have is this (it is C13 for those playing at home):
View 4 Replies
View Related
Nov 17, 2008
I am entering text into a cell and as soon as I go over 241 chars, give or take, the data turns to a row of ####'s when I get out of the cell. Help says the limit is 32K and I have wrap text on. What am I missing? The data displays OK when the cell is current, but goes away when the cell is not . When I preview a print I have the ####'s. I am using Excel 2000.
View 9 Replies
View Related
Feb 19, 2009
I have a very large spreadsheet (almost 9000 rows). I have filters on all columns, however when I click to see all the results for the column under the filter, just to view the contents of the row, some are not there. Does a filter have a limitted amount of rows it can hold.
View 2 Replies
View Related
Mar 2, 2009
I've got a bunch of formulas that often are trying to divide by zero, hence this error in the cell. Is there an easy way to modify the forumla or format so that if a division by zero is attempted, the cell can show a zero instead of this error?
View 4 Replies
View Related
Jul 22, 2009
I have a long list of names in a Sheet and would like to show on another sheet what the most common name is and also the top 3 names.
I've tried using various functions but they only appear to show the most common for numbers and chuck back errors with names.
It would be good if I could present the result like this:
Row1: Top Name 1
Row2: Top Name 2, Top Name 3
View 9 Replies
View Related
Aug 6, 2009
why formula's I type in to a particular worksheet show all the time(this is a workbook containing numerous macro's). I have checked under 'Options' that the show formula's box is not checked
View 5 Replies
View Related
Sep 14, 2009
I have a spreadsheet with a lot of rows and there are three columns that can have a one of two values in it. These values are constantly changing from row to row, not just like a yes or no sort of thing. However 80% of the time they are the same values in all 3 columns, but I want some way of quickly identifying when there is a difference between column G, I, & K which are my three column names. So is there a way of conditionally formatting this to make a difference highlight in red or something like that?
View 9 Replies
View Related
Nov 22, 2009
I may be mistaken, but I recall there's a way of printing an excel worksheet with the individual cell functions showing instead of the normal data.
ie;
A1 = "63" (normally)
A1 = "=60+3" (when printed)
View 5 Replies
View Related
Feb 4, 2010
I am trying to link a form to a spreadsheet that will be used as an import into Access. When I tried to create the form however, all my links are showing as Text and not the information that is in the linked cells. How do I get rid of this?
I am trying to set up some combofields on the form to make entry easier.
Here is what I am working with.
View 2 Replies
View Related
Jun 27, 2013
How do I get Excel back to letter column headings and normal A1 cell references rather than C1R1?
View 2 Replies
View Related
Aug 29, 2013
You know when you go to open a spread sheet and someone else is in it you get the message saying "open read only" "Notify" etc.
I have a spread sheet that isn't showing that message. So users are opening it, editing away and then finding that they can't save it because it's opening in read-only. How do I get that message to show?
View 2 Replies
View Related