Compair two Dates to if they are the same.

staticpony

New Member
Joined
Oct 2, 2013
Messages
7
Hi
I have the current date in column A1:a7, ( Automatically populated when excel sheet opens by vba.)
In column C1:C7 I have invoice Value Manual entered.
In column E1:E7 I have invoice due date Manual entered.
In column G1:G7 I want invoice Value entered when invoice date equals the current date.
In column I1:I7 I want the payment date to be entered and not to change when column A changes.
In column K1:K7 show the amount paid.
I have tried a vast amount of of different ideas from various people but the main problem I run up against is a am not able to get column A and column E to check each other to see if they are the same, if so continue on with G,I &K
The idea is when I open my excel sheet it will automatically check dates and complete the task.
All done with vba.
Thank in advance.

Excel 2013 64bit
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
dates are integer so as long as =ISNUMBER() returns true for both then you can check A=B as a number and should equal Zero
 
Upvote 0

Forum statistics

Threads
1,223,898
Messages
6,175,272
Members
452,628
Latest member
dd2

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