Formula help

Jemma Atkinson

Well-known Member
Joined
Jul 7, 2008
Messages
509
Hi, i am after a single formula that will return the highlighted figures in col G, i want to avoid using the formulas in E, F and H just to get to G.

The below screen dump will help provide the various ranges used just to get to the desired result

Excel Workbook
DEFGH
2Last Run Date20-Feb-11
3Current Run Date20-Mar-11
4
5Transaction DateAge Transaction dateDays BetweenDays subject to InterestCurrent Run - Last Run day
2610-Feb-1138101028
2719-Jan-1160322828
2816-Dec-1094662828
2926-Nov-10114862828
3018-Feb-11302228
Sheet1
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
=vlookup(A1,D5:H30,4,FALSE)

something like that?

Nope, re-read my question. I have used various helper formulas just to get to the result i want in Col g, i want one single formula to return this so i dont have to use the formulas in the other columns.
 
Upvote 0
2 days late as usual but its got me blood on now so

=IF($E$3-D6>$E$3-$E$2,IF(($E$3-D6)-($E$3-$E$2)<$E$3-$E$2,($E$3-D6)-($E$3-$E$2),$E$3-$E$2))
 
Upvote 0

Forum statistics

Threads
1,224,514
Messages
6,179,225
Members
452,896
Latest member
IGT

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