Need Google Sheets Formula Help

RhinoKS

New Member
Joined
Mar 4, 2021
Messages
2
Office Version
  1. 2019
Platform
  1. Windows
Hey There,

I need to create a formula for the below. Does anyone know how I would go about this ?

I need to come up with a sum in % of Column E with these parameters.

count if Column I is Greater than Column H as well as if Column I is blank to use "Today's" date but not fill the cell with Today's date.

1614878393381.png
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hi Dear,

Please check if the below formula satisfies your requirement:

=SUMIF(OR(I6>H6,ISBLANK(I6)),TRUE,E6)/Sum(E:E)

Regards
Yusuf
 
Upvote 0
Thanks Yusuf,

I am not great with the formulas, but I think currently this formula would count all blank cells, I need it to only count the blank cells if the column H is less than the current "todays" date
 
Upvote 0
Hi Dear,

Noted, please find the below updated formula:
=SUMIF(OR(I2>H2,AND(ISBLANK(I2),H2<TODAY())),TRUE,E2)/Sum(E:E)

it can be illustated as per the attched screen-shot (covering all scenarios).

1615016432684.png

1615016472519.png

1615016498465.png


Regards
Yusuf
 
Upvote 0

Forum statistics

Threads
1,215,315
Messages
6,124,213
Members
449,148
Latest member
sweetkt327

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