Formula Question

lightningmtv

New Member
Joined
Nov 1, 2022
Messages
3
Office Version
  1. 2021
Platform
  1. Windows
Hello,

I’m trying to create a formule that adds a given time to a total only if the checkmark in the collum next to it has been checked off.

Example
Colum F has
F2: 11:30
F3: 2:30
F4: 4:30

Colum G has
G1: Not checked
G2: Checked
G3: Checked

Will give a total of 7 hours.

Hope someone can help ☺️
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
you maybe able to use a SUMIF()
BUT what is the Check mark
is this a character specific
or the words TEXT

your rows dont match

SUMIF( G1:G4, "checked", F1:F4)

Book5
EFGHI
111:30checked
22:30checked14:00
34:30Not checked
Sheet1
Cell Formulas
RangeFormula
I2I2=SUMIF(G1:G3,"checked",F1:F3)


Format the cell with the hours using
[H]:mm
then it will show over 24hrs
 
Upvote 0
Solution
check mark gives a true or false statement.
sorry not following , maybe its something i dont know

if TRUE then
SUMIF( G1:G4, TRUE, F1:F4)

I used a lowercase a and a and marlett font type to get a tick mark - for an attendance spreadsheet, also loads of ways to get a checkmark - tick into excel -
but sorry , i'm not following , hopefully this will be obvious and simple to other members

dont suppose it will show here
Book5
BCD
2
3a
4
5
Sheet1


no
 

Attachments

  • Screenshot 2022-11-01 at 20.39.53.png
    Screenshot 2022-11-01 at 20.39.53.png
    14.1 KB · Views: 1
Upvote 0

Forum statistics

Threads
1,215,539
Messages
6,125,403
Members
449,222
Latest member
taner zz

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