Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

formula helpbreaking down number

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Formula help/breaking down numbers

Formula help/breaking down numbers

ResolvedVersion 2010

Katy has attended:
Excel Advanced course
PowerPoint Intermediate Advanced course

Formula help/breaking down numbers


Good morning

I need help with a formula, I think it needs to be an IF formula but I'm not sure.

In column A I have the number of days worked in a year. In column B, I need to look at the no of days in column A and calculate number between 41 and 120. In column C, I need to look at the no days in column A again and calculate the no of days after 121 (if there are any).

I probably haven't explained that very well! Any help would be greatly appreciated :-)



RE: Formula help/breaking down numbers

Try this, Katy:

Column B function is =IF(A1<40,"",IF(A1>120,80,A1))
Column C function is =IF(A1>120,(A1-B1),"")

These leave cells blank if less than 40 or more than 120
If you want a zero instead of a blank, type 0 instead of ""

Regards

Alan B

Fri 6 Dec 2013: Automatically marked as resolved.

Excel tip:

Some examples of CTRL key shortcuts in Excel 2010

Did you know that the old CTRL key shortcuts haven't changed from previous versions of Excel to the 2010 version?

They remain exactly the same:

Ctrl+B for bold
Ctrl+I for italics
Ctrl+P to Print
Ctrl+S to Save

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.