How do I get the proper difference
Cell B1 '=SUM(B2-A2) = 226,789.34 But the true answer should be 2754.86
Cell A2 has a negative number -112,017.24 / Cell B2 has a positive number 114,772.10
How do I get the proper amount of 2754.86
Having problem getting the code to work to create a dark bottom border on cells I select;
The Range will only process in the "A1105:G1105" row of my sheet.
I want it to work on whatever Row/Cell(s) I select.
>>> use code - tags <<<
'Sub DarkUnderscore()
'
' DarkUnderscore Macro
' create dark...
Can the below formula be put in VBA?
I use it in a table and sometimes the formula gets accidentally messed up which causes a problem
I also have to copy & paste the A? cell to hard code the number left after the date in C5 is entered.
I have the formula in A5 and as lines are added it changes...
New to VBA and I cannot seem to get this to work.
i am pretty sure it has to do with the first line
If i enter something in column C i want it to put the date in D.
Also when I change column F to 'Closed' I want it to put a date in G.
>>> use code - tags <<<
Private Sub...
All great Excel Ninjas,
Need help fixing this conditional format. Seems I can only get the column to highlight the letters in 'Red' that meet a certain criteria.
Column B is not a Boolean search it is only the results of an output using a powershell script.
How do I get it to highlight the...
wow i cannot believe i missed that. i guess i was messing with it so much i messed up.
How about another one, what if there is another criteria it must meet?
for instance; if column b =this and column c has 123
I have notice when trying IF and =TEXT it kind of turn numbers in to garbage (see a13)
What formula would I use to highlight only those rows that contain abc?
I have tried =$c2=”abc”
I also tried Search and Find but they didn’t work either.
column a
column b
column c
FALSE
TRUE
abc.def.ghi.jkl
FALSE
TRUE
123.456.789.012
FALSE
TRUE
xyz.abc.def.ghi
FALSE
TRUE...
Unfortunately all I have is IE on this system that is managed by someone else. IE 11.904.16299.0 Update versions: 11.0.105 (KB4480965) on a Win10 1709 (Build 16299.904)
Hmmm, Thanks but not sure why the magnifying glass symbol is invisible.
When I hovered my mouse indicates that there is something there but it cannot be seen. Also when I use Select All and highlight the entire page you can see something there. Maybe something the web master should look at.
I wrote a formula to count a column only if it meets the right dates but all I get is a 0 zero
formula
=COUNTIFS(Sheet1!I:I,">="&Sheet2!$D$2,sheet1!H:H,"<="&sheet2!$G$2)
I need to count I if it falls between the dates in H
the dates are entered on sheet 2 cells d2 and g2
my formula above...
Is there a way to have multiple but specific dropdowns?
Column A has a series of letters A-Z for one dropdown.
Column B has a series of numbers for a dropdown.
Col A Col B
A 1.1, 1.2, 1.3, 1.4 Choices
B 2.1, 2.2, 2.3, 2.4 Choices
C...