Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 5
Default Multiple Nested If Function

I now this should be really simple.

I have 4 cells G37, G38, I37, I38. Now if any of these cells are left blank I want a message to read in Cell A1 "Spreadsheet not complete" if all cells are completed with a figure then "Spreadsheet completed"

Your assistance is greatly appreicated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Multiple Nested If Function

Hi,

Am Fri, 14 Sep 2012 11:56:27 +0000 schrieb Sher10:

I have 4 cells G37, G38, I37, I38. Now if any of these cells are left
blank I want a message to read in Cell A1 "Spreadsheet not complete" if
all cells are completed with a figure then "Spreadsheet completed"


try:
=IF(COUNTA(G37:I38)<4,"Spreadsheet not complete","Spreadsheet completed")


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,522
Default Multiple Nested If Function

On Friday, September 14, 2012 6:56:27 AM UTC-5, Sher10 wrote:
I now this should be really simple.



I have 4 cells G37, G38, I37, I38. Now if any of these cells are left

blank I want a message to read in Cell A1 "Spreadsheet not complete" if

all cells are completed with a figure then "Spreadsheet completed"



Your assistance is greatly appreicated.









--

Sher10


If you REALLY REALLY WANT TO BE SURE

=IF(LEN(TRIM(G7))+LEN(TRIM(G8))+LEN(TRIM(I7))+LEN( TRIM(I8))<4,"n","y")
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Multiple Nested If Function

Hi Don,

Am Fri, 14 Sep 2012 07:43:31 -0700 (PDT) schrieb Don Guillett:

If you REALLY REALLY WANT TO BE SURE

=IF(LEN(TRIM(G7))+LEN(TRIM(G8))+LEN(TRIM(I7))+LEN( TRIM(I8))<4,"n","y")


not really sure. What happens, if in G7 are 4 or more characters


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,522
Default Multiple Nested If Function

On Friday, September 14, 2012 6:56:27 AM UTC-5, Sher10 wrote:
I now this should be really simple.



I have 4 cells G37, G38, I37, I38. Now if any of these cells are left

blank I want a message to read in Cell A1 "Spreadsheet not complete" if

all cells are completed with a figure then "Spreadsheet completed"



Your assistance is greatly appreicated.









--

Sher10


Good catch. It is Firday.....sp
change + to OR
or(len, len,len,len<0


  #6   Report Post  
Junior Member
 
Posts: 5
Default

Thank oyu, this worked well, tough I changed it to a countblank function.
Thank you for your prompt reply.

Quote:
Originally Posted by Claus Busch View Post
Hi,

Am Fri, 14 Sep 2012 11:56:27 +0000 schrieb Sher10:

I have 4 cells G37, G38, I37, I38. Now if any of these cells are left
blank I want a message to read in Cell A1 "Spreadsheet not complete" if
all cells are completed with a figure then "Spreadsheet completed"


try:
=IF(COUNTA(G37:I38)<4,"Spreadsheet not complete","Spreadsheet completed")


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Multiple Nested If Function

Hi,

Am Sat, 15 Sep 2012 01:48:32 +0000 schrieb Sher10:

Thank oyu, this worked well, tough I changed it to a countblank
function.


but if there is a space in one of the cells, the cell will not be count
as blank.
Try:
=IF(MIN(LEN(TRIM(G37:G38)),LEN(TRIM(I37:I38)))=0," Sheet not
complete","Sheet completed")
Array formula to enter with CTRL+Shift+Enter


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
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
nested multiple if jenn Excel Worksheet Functions 11 November 25th 08 06:22 PM
Multiple Nested Function Russ Excel Worksheet Functions 5 October 16th 08 04:04 PM
Multiple (Nested) IF JaB Excel Discussion (Misc queries) 1 January 23rd 07 11:52 AM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Nested IF Function, Date Comparing, and NetworkDays Function carl Excel Worksheet Functions 2 December 29th 04 09:57 PM


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