Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Return Text or Blank

This is my formula =IF(D3+E3<C3,"REL",0), this works fine if I need to
release more work but it returns a 0 when I have enough. I would like to have
it return as "blank" (no text, no numbers) when I have enough.

Thanks
Debsdad
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Return Text or Blank

Try this:

=IF(D3+E3<C3,"REL","")

--
Biff
Microsoft Excel MVP


"Debsdad" wrote in message
...
This is my formula =IF(D3+E3<C3,"REL",0), this works fine if I need to
release more work but it returns a 0 when I have enough. I would like to
have
it return as "blank" (no text, no numbers) when I have enough.

Thanks
Debsdad



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default Return Text or Blank

"T. Valko" wrote in message
...
Try this:

=IF(D3+E3<C3,"REL","")


Come on Biff, leave some of the simple ones to us mere mortals <g

--

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"T. Valko" wrote in message
...
Try this:

=IF(D3+E3<C3,"REL","")

--
Biff
Microsoft Excel MVP


"Debsdad" wrote in message
...
This is my formula =IF(D3+E3<C3,"REL",0), this works fine if I need to
release more work but it returns a 0 when I have enough. I would like to
have
it return as "blank" (no text, no numbers) when I have enough.

Thanks
Debsdad






  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 740
Default Return Text or Blank

as one of the mortals <hehehe

may i guess that your works are D3 and E3, while *<C3* is your rest limit
for combined work...

so i guess that u need to work for both D3 and E3, before I can say that u
will have enough to rest in blank""...

try this..
=if(and(d3<"",e3<"",d3+e3=c3),"","REL")
c3,d3 and e3 are numbers...
lastly I guess you need the other formula from Sandy and Sir Valko, who work
for this question, a time ago....

regards,
driller
--
*****
birds of the same feather flock together..



"Sandy Mann" wrote:

"T. Valko" wrote in message
...
Try this:

=IF(D3+E3<C3,"REL","")


Come on Biff, leave some of the simple ones to us mere mortals <g

--

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"T. Valko" wrote in message
...
Try this:

=IF(D3+E3<C3,"REL","")

--
Biff
Microsoft Excel MVP


"Debsdad" wrote in message
...
This is my formula =IF(D3+E3<C3,"REL",0), this works fine if I need to
release more work but it returns a 0 when I have enough. I would like to
have
it return as "blank" (no text, no numbers) when I have enough.

Thanks
Debsdad







  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default Return Text or Blank

"driller" wrote in message
...

lastly I guess you need the other formula from Sandy and Sir Valko


I didn't post a formula, I just quoted Biff's - I don't want to be accused
of plagiarism!

No wait a moment, I don't think that I have written anything original ever -
just re-cycled what I have learned here. <g

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Return Text or Blank

It's a wonderful club. Glad to see you've joined us!

Sandy Mann wrote:
<<snipped
No wait a moment, I don't think that I have written anything original ever -
just re-cycled what I have learned here. <g

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


--

Dave Peterson
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Return Text or Blank

Resistance is futile. You will be assimilated.

--
Biff
Microsoft Excel MVP


"Dave Peterson" wrote in message
...
It's a wonderful club. Glad to see you've joined us!

Sandy Mann wrote:
<<snipped
No wait a moment, I don't think that I have written anything original
ever -
just re-cycled what I have learned here. <g

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


--

Dave Peterson



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
Index/match - make blank cells return a blank value. diaare Excel Worksheet Functions 3 May 3rd 23 03:44 AM
If cell blank return a blank Angela1979 Excel Worksheet Functions 8 March 7th 07 01:18 PM
Sumif to return a blank if sum range is blank [email protected] Excel Worksheet Functions 3 May 25th 06 10:25 AM
If... Blank return Alec H Excel Discussion (Misc queries) 2 March 1st 06 09:16 AM
Return a blank des Excel Worksheet Functions 1 March 2nd 05 09:16 PM


All times are GMT +1. The time now is 08:39 AM.

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"