Battery Date formuals

Batkinso

New Member
Joined
Jun 6, 2018
Messages
10
I am trying to find a formula for all cells that can take my battery dates that are 3 years old of the current date and or older that show highlighted red. I have used the formula =J10<TODAY()-1095 and it works for one cell but I cannot figure out how to us it for all cells. Please help
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

<colgroup><col></colgroup><tbody>
</tbody>
thank you this I what I was trying to post
=J10(<)TODAY()-1095
 
Upvote 0
Are you using Conditional Formatting?
If so, then select the entire range that you want to apply it, then write the formula as it pertains to the very first cell in your selection.
Excel will automatically adjust it for others. Just note that if you need to lock the column references down so it always looks at column J, you will need to add the absolute reference sign ($) in front of it, .i.e.
Code:
[COLOR=#333333]=[B]$[/B]J10 < TODAY()-1095[/COLOR]
 
Upvote 0
Yes I am using conditional formatting. and how would I select entire range like where I have J10 would I do it like this instead =$A1-AC110 < TODAY90-1095
 
Upvote 0
OK, I am not quite clear on the specifics of what you are trying to do, so let's establish that. If you show me a few examples, I should be able to see the pattern.

So let's start this way:

- What is the address of the 1st cell that you want to apply this Conditional Formatting to?
- What would the Conditional Formatting formula for that cell look like?

- What is the address of the 2nd cell that you want to apply this Conditional Formatting to?
- What would the Conditional Formatting formula for that cell look like?
 
Upvote 0
F1 is the first cell that I want this applied too.
 
Upvote 0
No, I cannot see your image.

You cannot upload files to this site. But there are tools you can use to post screen images. They are listed in Section B of this link here: http://www.mrexcel.com/forum/board-a...forum-use.html.
Also, there is a Test Here forum on this board that you can use to test out these tools to make sure they are working correctly before using them in your question.

However, I don't think an image is necessary here. If you can just answer the questions in my previous post, I think we should be able to do it.
 
Upvote 0

Forum statistics

Threads
1,214,940
Messages
6,122,361
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top