I am adding a range of cells =sum(A2:R2), and one of the cells in that range is pulling a number that has been input from another formula, so it is not adding that number into the final sum. The formula that it is pulling from looks like this: =IF(F2="Text",("8"),(F2)) Now if I do the =+A1+B2+C3+etc... it will work fine, but this is obviously time consuming.
Secondly, in that same range I have a cell that requires the text "AB", is there anyway that I can set the range to add all cells and completely ignore the text? All I keep getting is an error for the final cell, because that text "AB" is there.
Last, I have one cell that I have conditionally formatted to highlight if the letters "Time Off" are there. In the second sheet, I have a cell that will convert the text "Time Off" to the number "8", =IF(C2="PTO",("8"),(C2)) but I can't figure out how to get that cell to highlight also.
Secondly, in that same range I have a cell that requires the text "AB", is there anyway that I can set the range to add all cells and completely ignore the text? All I keep getting is an error for the final cell, because that text "AB" is there.
Last, I have one cell that I have conditionally formatted to highlight if the letters "Time Off" are there. In the second sheet, I have a cell that will convert the text "Time Off" to the number "8", =IF(C2="PTO",("8"),(C2)) but I can't figure out how to get that cell to highlight also.