Displaying the contents of a cell based on value if others

Paul Naylor

Board Regular
Joined
Sep 2, 2016
Messages
98
Office Version
  1. 365
  2. 2003 or older
Platform
  1. Windows
  2. Mobile
  3. Web
Hi, hoping someone can help

I have a number of weekly spreadsheets with data on daily tabs ( which comprise of work c/f & new work in and completed) and a weekly total tab with work c/f , new work in and completed for each day.

What I need is a formula that will display the contents of a cell based on the value of 2 cells added together.

E.g. weekly total worksheet

Column C is daily carried forward totals ( Monday is in C7) let's say value is 500
Column D is Daily New In figure ( Monday is D7) let's say value is 1000

So I need a formula ( or VBA) that will display the contents of the sum of these(1500) or the last entry on a particular column of a specified sheet column D ( which will be the time of the last entry on the sheet) this will allow me to check all work been added without actually opening the spreadsheets.

Anyone any ideas best way to achieve this

Kind Regards,

Paul
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Hi , no need managed to find a solution ( display the last entry in a column on a worksheet :

=INDEX(C:C,MAX(MATCH(9.99999999999999E+307,C:C),MATCH(REPT("z",255),C:C)))
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,267
Members
449,075
Latest member
staticfluids

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