Forum Discussion
Josh Moulton
Feb 09, 2018Copper Contributor
Help with Excel formulas
I have 2 Columns that are time. Example(one column(A) is arrival and the other column(B) is departures) I need them to highlight the row(A2,B2) when the difference between the two is greater than 15...
Josh Moulton
Feb 11, 2018Copper Contributor
Hello thanks for helping it is actually 15 minutes. How would that formula look.
Haytham Amairah
Feb 11, 2018Silver Contributor
If so, the formula would be as follows:
=(MOD($B2-$A2,1)*24)>0.25
- Josh MoultonFeb 11, 2018Copper Contributor
thanks again is there a way to have it work for each row of do I have to enter it separate for each row
- Haytham AmairahFeb 11, 2018Silver Contributor
In the attached file, the conditional formatting formula is already applied to the whole column A and B, try to add a new record and see how it works.
- Josh MoultonFeb 11, 2018Copper Contributor
awesome it works!! How did you apply the conditional formatting to the columns?