Show Value Of One Of Two Cells
Feb 28, 2012
I am looking for a formula to fill C2 with either the value of A2 or B2 based on which ever is populated.
Col a & b are lists
a
b
c
1
Monthly
Quarterly
Period
2
Jan
Jan
3
Jan-Mar
Jan-Mar
View 2 Replies
ADVERTISEMENT
Nov 11, 2013
I have data on 400 rows. Each row has a maximum of 10 cells with data, but many have empty cells with no data. I would like to sort each row to show values of cells in sequence and eliminate empty cells. I can use the sort row function but its a long process for 400 individual rows. Is there an easier way?
View 1 Replies
View Related
Nov 21, 2008
I am referring to the post made by NBVC at http://www.excelforum.com/excel-gene...xcel-help.html, Try: =IF($A1="",INDIRECT("A"&ROW()-ROW($A$2)+COLUMN(B1)),"") in B2, copied across and down
I have a similar case but there are no empty rows between lists, what would be the formula to get the same results? (The transposed address should appear next to each first line of each block).
Earlier, I posted at http://www.excelforum.com/excel-gene...-one-cell.html and I got brilliant answers, I also would like to get benefit of the above mentioned formula but in cases when there are no empty rows between lists.
View 4 Replies
View Related
Sep 8, 2009
I have 2 different formulas that I need changed in a similar way.
The first formula is for cell AV11:
=SUM(BI11,BP11,BW11,CD11,CK11,CR11,CY11,DF11,DM11,DT11,EA11)+10
Every cell starts off blank.
What I need is for cell AV11 to always start off blank until data is entered into one of the other cells. The problem is that since the sum always needs to be +10 only when data is entered in the other cells, I don't know how to keep 10 from showing in cell AV11 when no data is typed in the other cells.
The other formula is for cell CO39:
=(CU8)+3
I pretty much need the same thing. If no data is entered in cell CU8, then I do not want cell CO39 to show the 3.
View 9 Replies
View Related
Apr 22, 2006
I have trouble formatting certain cells to show $- instead of $0, and there is cell showing ($0.00) instead of $0.00. See attached file.
View 2 Replies
View Related
May 5, 2009
I have a list of names, some have first name and surname (in the same cell), and some just have first name.
Is there anything I can do to only show the cells that contain a first name and surname?
View 7 Replies
View Related
Mar 19, 2014
There are two cells on different sheets in which the user can enter data into either. Both cells should then show the same value. For example, if the user enteres 15 in cell SheetA!A1, the value in SheetB!A1 should equal 15. If, at a later time, the user enters 12 in SheetB!A1, SheetA!A1 should also show 12. Data can be entered in either cell so that eliminates the use of a formula. How do I do that (can I do that?) in VBA?
View 3 Replies
View Related
May 1, 2012
I am looking for a formula that will show the higher value of two cells
i.e.
A1 = 10
A2 = 12
A3 = formula to say look at A1 and A2 and show the higher number
View 2 Replies
View Related
Mar 10, 2006
I have two options in a Cell as Applicable and Not Applicable. This is in a Drop-down menu and what I want is that when I choose Applicable, it should bring up additional 5 or 6 cells for me to complete. And if I choose Not Applicable, the additional cells should not show up. The default would be Not Applicable.
View 9 Replies
View Related
Apr 22, 2014
I am trying to show a blank cell if the others don't have any figures in there and am using the following formula.
However, in my cell it is showing "#value" instead. How do I get my cell to look "blank" when there are no values in the other cells? Here is my formula
=IF(SUM(A17*D17)>0,SUM(A17*D17),"")
View 6 Replies
View Related
Dec 19, 2013
Please see attached workbook. I know for a fact this isn't the most effective way to do this, but I just needed something really quick for a small worksheet that my department at work is using. A1:C7 are supposed to represent 3 different types of "methods" In the case of my worksheet, I just typed random stuff.
Basically, I have data validation in B10. Depending on which one I select (1 corresponds with A1:A7, 2 with B1:B7, and 3 with C1:C7), it is supposed to populate that data. I've done this with nested if statements in D10:D16. The issue is that for options 2 and 3, it shows 0's where the blanks should be.
View 3 Replies
View Related
Mar 17, 2014
I have a list of customers and each customer has a commission value tied to it. I have a form and in it I have a cell that has a list of customers that someone can choose from a drop down list. If a certain customer is chosen I need their commission value to show up in another cell. example: How do I create a formula to show if Company A is chosen in cell G4 then the commission is 5% in cell G38 , If Company B is chosen then the commission is 8%.
View 9 Replies
View Related
Apr 2, 2009
I have a workbook that I want to show or hide a selection of cells depending on another cell when printing it.
Example
If cell x = A2A then display a certain cell set if anything else then exclude cell set from printing.
View 2 Replies
View Related
May 4, 2014
Is there still a way to show all cells in a worksheet that contain data..
Seems like each cell with data was a certain color...and a worksheet with only 1 or two characters per cell was created ...
View 1 Replies
View Related
Sep 15, 2009
Is it possible to show gridlines in some cells and hide gridlines in others on the same worksheet? Is it also possible to isolate a row or column and change the size of selected cells without changing the size of the cells in other rows and columns?
View 5 Replies
View Related
Jan 6, 2010
Firstly, I am using Excel 2007.
The purpose of my sheet is a timetable.
What I have is a sheet from B2 to N32. What I would like to do is to be able to hover over a cell to show a date.
I have columns that represent the months, column B is January, coulmn C is February, column D is March, etc, etc. Right up to December in column M.
Row 2 represents the 1st of the month, row 3 is the 2nd, etc, etc, down to the 31st of a month.
What I would like to do is when I hover over, for example, cell B2, I would like a box to pop up to say something like, ' What would like to do on the 1st of January??', then maybe hover over H7 and then a box appears saying, ' What would like to do on the 6th of July?
I would like this to happen on all cells on the sheet.
View 8 Replies
View Related
Jan 17, 2012
If i have =SUM(C8:J8) in K8 and the sum of the values is 0
I only want to show 0 so long as there is a value typed in at least 1 of those cells (the value typed in those cells is often 0 fyi).
If all the cells between C8:J8 are blank then i want K8 to show nothing.
View 1 Replies
View Related
Jul 6, 2012
Is there a way to count cells that show up with the "Not Available Error", or even better, is there a formula that will count all cells in range range, except those with the "Not Available Error".
View 5 Replies
View Related
Apr 29, 2009
=IF((C13>E13)*AND(B15>D15),0,1)*OR((E13>C13)*AND(D15>B15),0,1)
This function seems to work well, however there is one thing I want to add to it somehow, and I can't seem to make it work. I want the cell to show a zero if there is no information in cells C13 and/or E13.
View 9 Replies
View Related
Aug 8, 2006
code to write down to make a checkbox hide the text in a few cells..
What I want is..
When I tick the check box I want it to show me the text in the cells (C11:D11 to be specific) and then when I untick it I want it to hide the text so all you can see is the background colour.
Here is the attatchment of what I have so far:
View 4 Replies
View Related
Jun 25, 2007
In excel if you press F5Special, you will be given to select cells with some criteria but there is no criteria to select cells with zero value in a selected range. Is any such option is available in excel or a macro is needed for the same?
View 9 Replies
View Related
May 21, 2008
I need assistance with the following date range scenario: I have a date field where the user enters a date. I want the next field to automatically give the month of that date for example: user enters 01/01/2008 I want the next field to automatically say "JAN" etc.
View 5 Replies
View Related
May 23, 2013
I am trying to add 2 cell values together then show the total as a % of a value in a 3rd cell, however I also need it to allow for 0 values in the chosen cells without displaying an error message or it messes up the average formula elsewhere on the sheet?
View 2 Replies
View Related
Jun 4, 2014
Im trying to add Cells K2,L2,M2,N2,O2
For instance Column K2 could have the number "2" in it, but in K3 it might be blank.
L2 could have the number 3 in it, but be blak in L3.
M2 could have 50 in it or could be blank.
What I want for P2 to say is 2&3, if the cells in K2 and L2 show the 2 and 3. If it has the 50 in M2 thought, I want it show it.
View 3 Replies
View Related
Jun 8, 2014
For example: C4=5,C5=18, and C6=7.
I want A1 to show 4,5,18,7 (the values of cells C4 to C6).
I believe I have done this before, about 10+ years ago.
View 4 Replies
View Related
Feb 20, 2013
I am trying to calculate a percentage complete based on what a cells color is, the function must count the cells of a certain color (signifying in this case that something is complete for a particular "area") and distinguish that from cells in the same data range that aren't colored and calculate the percentage that are complete.
View 3 Replies
View Related
Feb 3, 2014
How to use conditional formatting to show a certain criteria. I need to know if an event happens between 07:30 and 16:30, I can work this out so that the cells show in green. I cannot solve the problem of formatting in red if the time is after 16:30 but before 07:30.
=IF($E3>=$P$3,IF($E3<$Q$3,TRUE,FALSE))
P3 = 07:30 and Q3 = 16:30
View 4 Replies
View Related
Dec 19, 2009
I'm newer in VBA. I will appreciate for help creating vba procedure. I would like to hide/show range of cells by that condition:
View 11 Replies
View Related
Dec 12, 2011
I have a sheet with some survey data. the data covers about 4 months. There are about 2200 rows and 8 columns.
The "code" could be in there more than once as the person took the survey multipule times, but all other data is different. How can i pull out the whole row when the code is there more than once.
I want to know all the "codes" with multipule entries that took the survey more than once then trend there scores.
CentercodeRecommendReasonEnvironmentTraining ManagerOverall LHQTR27909415Learning effect4444LHQTR28844652
Center environment2222LHQTR45614375Service5555LHQTR96944292Service2222LHQTR144769543
Center environment4433LHQTR144769543Learning effect3433LHQTR155258791Service3213LHQTR168772563
Center environment2232LHQTR168772563Center environment3332LHQTR168772565
Learning effect4414LHQTR173991905Learning effect4445LHQTR192966385Service5555LHQTR193282534
Qualified teachers3344
View 3 Replies
View Related
Jul 4, 2012
I have 2 cells in which time is given in format hh:mm:ss , I have differentiated both whatever difference is their between them it get showed in different cell , but my cell is not showing exact time difference its showing up as ######.
View 6 Replies
View Related