Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default can i short data with excel formula

if column A1 has any value and column A3 has any value and column A7 has any
value , so can i short these value with excel formula.....
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default can i short data with excel formula

You'll need to provide a clearer explanation of what you are looking for.
A1, A3 and A7 are cells, not columns. What does "short these" mean?

Do you mean "show these"? If so, is this what you are looking for:
=if(and(a1<"",a3<"",a7<""),true,false)

Regards,
Fred

Best idea is to provide an example of what you want done.

Regards,
Fred

"sunder jangra" <sunder wrote in message
...
if column A1 has any value and column A3 has any value and column A7 has
any
value , so can i short these value with excel formula.....


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default can i short data with excel formula

Or, if you are happy with Fred's interpretation, you can replace his IF
formula by just =and(a1<"",a3<"",a7<"") as the AND function returns TRUE
or FALSE.
--
David Biddulph


"Fred Smith" wrote in message
...
You'll need to provide a clearer explanation of what you are looking for.
A1, A3 and A7 are cells, not columns. What does "short these" mean?

Do you mean "show these"? If so, is this what you are looking for:
=if(and(a1<"",a3<"",a7<""),true,false)

Regards,
Fred

Best idea is to provide an example of what you want done.

Regards,
Fred

"sunder jangra" <sunder wrote in message
...
if column A1 has any value and column A3 has any value and column A7 has
any
value , so can i short these value with excel formula.....



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
Extract Data to Creat Short List Excelstein Excel Discussion (Misc queries) 5 January 11th 10 04:21 PM
(IF FUNTION )HOW TO SHORT THIS FORMULA?? PB Excel Worksheet Functions 2 March 2nd 09 08:27 AM
Storing data in Short Date format TESA0_4 New Users to Excel 2 July 22nd 08 01:25 AM
Is there a way to short this substitute formula? Brad Excel Discussion (Misc queries) 3 May 20th 08 09:39 PM
short way for using all sheets in one formula Al Stone Excel Worksheet Functions 2 August 8th 07 09:19 AM


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