Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Can anyone tell me what this formula means?

IF(C348="","",(SUM(C351)/1))

What is it checking for in C348?

Thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 54
Default Can anyone tell me what this formula means?

It is checking to see if C348 is blank (i.e. has no entry), if it is blank it
returns a blank, if it is not blank it returns the sum of C351 divided by 1,
which is unusual becasue you usually sum a range such as C351:C360 for
example, not a single cell.

"Shazzer" wrote:

IF(C348="","",(SUM(C351)/1))

What is it checking for in C348?

Thank you

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 18
Default Can anyone tell me what this formula means?

Thanks for that hot dogs.

"hot dogs" wrote:

It is checking to see if C348 is blank (i.e. has no entry), if it is blank it
returns a blank, if it is not blank it returns the sum of C351 divided by 1,
which is unusual becasue you usually sum a range such as C351:C360 for
example, not a single cell.

"Shazzer" wrote:

IF(C348="","",(SUM(C351)/1))

What is it checking for in C348?

Thank you

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default Can anyone tell me what this formula means?

Nothing. If the cell is empty then blank else c351/1 which makes no sense
cuz this is the same.

IF(C348="","",C351)

--
Don Guillett
SalesAid Software

"Shazzer" wrote in message
...
IF(C348="","",(SUM(C351)/1))

What is it checking for in C348?

Thank you



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Can anyone tell me what this formula means?

Perhaps the person who originally created the formula either did not
understand Excel well or else was experimenting with IF THEN ELSE syntax???
--
Brevity is the soul of wit.


"Don Guillett" wrote:

Nothing. If the cell is empty then blank else c351/1 which makes no sense
cuz this is the same.

IF(C348="","",C351)

--
Don Guillett
SalesAid Software

"Shazzer" wrote in message
...
IF(C348="","",(SUM(C351)/1))

What is it checking for in C348?

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
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Lookup Data in two seperate Spreadsheets Padraig Excel Worksheet Functions 6 June 28th 06 03:05 PM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM


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