#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Formula Question

I have created a simple sheet that look like this:

B C
D
February March April
1 Hours Allotted 20.00 20.00 20.00
2 Hours Billed
3 Remaining Hours 20.00 20.00 20.00
5 Carry over from Previous Mn 10.00 10.00
6 Authorized for the month 30.00 30.00

The formula in C5 is =IF(b6<10.01,b6,10). However I do not want to show an
amount in C5 if time has not been billed yet in B2. This applies to D5 from
C2 as well.

Thanks in advance for your help.
Johnnie

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Formula Question

=IF(b6="","",IF(b6<10.01,b6,10))
--
Gary''s Student - gsnu200768


"Johnnie" wrote:

I have created a simple sheet that look like this:

B C
D
February March April
1 Hours Allotted 20.00 20.00 20.00
2 Hours Billed
3 Remaining Hours 20.00 20.00 20.00
5 Carry over from Previous Mn 10.00 10.00
6 Authorized for the month 30.00 30.00

The formula in C5 is =IF(b6<10.01,b6,10). However I do not want to show an
amount in C5 if time has not been billed yet in B2. This applies to D5 from
C2 as well.

Thanks in advance for your help.
Johnnie

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default Formula Question

Gary,
Thanks so much! It works great.
Johnnie



"Gary''s Student" wrote:

=IF(b6="","",IF(b6<10.01,b6,10))
--
Gary''s Student - gsnu200768


"Johnnie" wrote:

I have created a simple sheet that look like this:

B C
D
February March April
1 Hours Allotted 20.00 20.00 20.00
2 Hours Billed
3 Remaining Hours 20.00 20.00 20.00
5 Carry over from Previous Mn 10.00 10.00
6 Authorized for the month 30.00 30.00

The formula in C5 is =IF(b6<10.01,b6,10). However I do not want to show an
amount in C5 if time has not been billed yet in B2. This applies to D5 from
C2 as well.

Thanks in advance for your help.
Johnnie

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default Formula Question

Here are the formulas. Sorry it doesnt cut and paste too well. but you
should be able to make out the IF function or copy/paste to Excel

Feb Mar Apr
Hours Allotted 20 20 20
2 Hours Billed 20
3 Remaining Hours =B2-B3 =C2-C3 =D2-D3
5 Carry over from Previous
Mn 2 =IF(B3=0,0,IF(B6<10.01,B6,10)) =IF(C3=0,0,IF(C6<10.01,C6,10))
6 Authorized for the month =B4+B5 =C4+C5 =D4+D5




"Johnnie" wrote:

I have created a simple sheet that look like this:

B C
D
February March April
1 Hours Allotted 20.00 20.00 20.00
2 Hours Billed
3 Remaining Hours 20.00 20.00 20.00
5 Carry over from Previous Mn 10.00 10.00
6 Authorized for the month 30.00 30.00

The formula in C5 is =IF(b6<10.01,b6,10). However I do not want to show an
amount in C5 if time has not been billed yet in B2. This applies to D5 from
C2 as well.

Thanks in advance for your help.
Johnnie

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
If Formula question Steve_Dallas[_2_] Excel Worksheet Functions 1 October 3rd 07 06:48 AM
formula question Problems with formula within worksheet Excel Discussion (Misc queries) 4 November 29th 06 12:25 AM
Formula Question dramajuana Excel Discussion (Misc queries) 6 July 21st 06 11:41 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
formula question Pam Coleman Excel Worksheet Functions 9 April 11th 05 08:51 AM


All times are GMT +1. The time now is 12:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"