Forum Discussion
steele86
Sep 13, 2020Copper Contributor
If and Sum Nested formula
This is what I have =if(b9:F9=0,"",B9:F9). Obviously it's not working lol. I'm having trouble with the false. According to my assignment, it's supposed to display the sum if it is false. here is ...
HansVogelaar
Sep 13, 2020MVP
You haven't used the SUM function in your formula. The assignment says to check the total of B9:F9, so where should you use SUM?
Oldrockz
Oct 16, 2020Copper Contributor
HansVogelaar the question wants us to create a nested formula containing IF and SUM, so we are asking if how to create a nested formula containing SUM and IF functions, or if we could use SUMIF. we need the function to check and see if the sum of hours worked during 1 week is
=0 if yes then we need it to display nothing, otherwise we need the cell to display hours of time worked
- Riny_van_EekelenOct 16, 2020Platinum Contributor
- OVO22Oct 29, 2022Copper ContributorThank u
- DEOL48Jun 05, 2022Copper Contributor
I have a above formula in column but I need a Sum of this column ang SUM formula is showing 00:00
- HansVogelaarJun 05, 2022MVP
The values in column F are left-aligned. That suggests they might be text values.
Try the following:
- Select column F.
- Set the number format to a time format,
- On the Data tab of the ribbon, click Text to Columns.
- Click Finish.
Does that make a difference?
- JBailey992Mar 19, 2022Copper ContributorThank you! I also am working on this assignment for Excel and could not figure out this formula either. I greatly appreciate your help!