Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TPB
 
Posts: n/a
Default Conditional Expression in cell


How would I put this into a cell as a formula? Other than some graphs,
I'm new to excel. Be gentle with me. :)
***************

IF B33 ISBLANK

AND B34 ISBLANK

THEN B28 EQUALS ZERO

OTHERWISE B28 will show the formula =+b35/728

***************


--
TPB
------------------------------------------------------------------------
TPB's Profile: http://www.excelforum.com/member.php...o&userid=33160
View this thread: http://www.excelforum.com/showthread...hreadid=529766

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jordun
 
Posts: n/a
Default Conditional Expression in cell


Hi
try: =IF(AND(ISBLANK(B33),ISBLANK(B34)),B28=0,B35/728)

here you're nesting IF with AND function and ISBLANK function.


--
jordun


------------------------------------------------------------------------
jordun's Profile: http://www.excelforum.com/member.php...o&userid=33118
View this thread: http://www.excelforum.com/showthread...hreadid=529766

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
jordun
 
Posts: n/a
Default Conditional Expression in cell


Hi
try: =IF(AND(ISBLANK(B33),ISBLANK(B34)),B28=0,B35/728)

here you're nesting IF with AND function and ISBLANK function.


--
jordun


------------------------------------------------------------------------
jordun's Profile: http://www.excelforum.com/member.php...o&userid=33118
View this thread: http://www.excelforum.com/showthread...hreadid=529766

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TPB
 
Posts: n/a
Default Conditional Expression in cell


jordun Wrote:
Hi
try: =IF(AND(ISBLANK(B33),ISBLANK(B34)),B28=0,B35/728)

here you're nesting IF with AND function and ISBLANK function.jordun, thank you so much for answering me, and so quickly!


I'm now tasked with doing the quarterly reports and I've inherited a
spreadsheet that has quite a few problems. This resolves one of the
major ones that I didn't know the syntax to. I use MS Access, and Excel
has a lot of differences in syntax.

Thanks again,

TPB


--
TPB
------------------------------------------------------------------------
TPB's Profile: http://www.excelforum.com/member.php...o&userid=33160
View this thread: http://www.excelforum.com/showthread...hreadid=529766

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
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
Conditional Formatting For A Cell Other Than The One With The Form Jim J. Excel Worksheet Functions 2 February 19th 06 07:11 PM
Conditional Formating for a cell based on another cell's value steve-o Excel Discussion (Misc queries) 1 October 6th 05 09:50 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 02:21 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"