Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extract Data to Creat Short List | Excel Discussion (Misc queries) | |||
(IF FUNTION )HOW TO SHORT THIS FORMULA?? | Excel Worksheet Functions | |||
Storing data in Short Date format | New Users to Excel | |||
Is there a way to short this substitute formula? | Excel Discussion (Misc queries) | |||
short way for using all sheets in one formula | Excel Worksheet Functions |