Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 90
Default IF information is in cell A8 then Formula is active?

Wondering how to use an If function.

I have information in A8 and D8 has a formula.
It does not matter if the information is in A8, B8, or C8 just as long as
the information is there and if so, then D8's formula will work, otherwise
the formula returns nothing.

This formula is in D8.

=B8*CostperHour22.00-C8+D7

Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default IF information is in cell A8 then Formula is active?

Try this in D8:

=IF(AND(B8<"",C8<"",D7<""),B8*CostperHour22.00-C8+D7,"")

Will return a blank cell if any of B8, C8 or D7 are blank.

I presume CostperHour22.00 is a named range you have defined.

Hope this helps.

Pete

On Mar 5, 8:58*pm, LiveUser
wrote:
Wondering how to use an If function.

I have information in A8 and D8 has a formula.
It does not matter if the information is in A8, B8, or C8 just as long as
the information is there and if so, then D8's formula will work, otherwise
the formula returns nothing.

This formula is in D8.

=B8*CostperHour22.00-C8+D7

Thank you.


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
how to use the active cell in an Excel formula EPMMGR06 Excel Worksheet Functions 3 May 15th 23 07:45 PM
referring to formula in a non active cell from active cell nickname Excel Discussion (Misc queries) 1 June 21st 07 12:11 PM
Active Cell To Change Formula PaulW Excel Discussion (Misc queries) 7 September 21st 06 04:03 PM
how to copy a trendline formula into an active cell ? bushra Excel Discussion (Misc queries) 0 July 7th 06 04:57 PM
Using cell information in formula? Gruben Excel Worksheet Functions 1 October 20th 05 11:52 AM


All times are GMT +1. The time now is 04:07 PM.

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

About Us

"It's about Microsoft Excel"