Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Syntax for "Any Value"

Is there something you can type into a formula that signifies "anything at
all".
In other words I need to enter a formula that when any number, date, text,
or whatever it may be is typed into A1, then B1=10. Thanks for the help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Syntax for "Any Value"

hi
put this formula in B1.
=if(A1="","",10)
so long as a1 is empty, B1 will show null. put something in a1 and b1 = 10.

regards
FSt1

"SoupNazi" wrote:

Is there something you can type into a formula that signifies "anything at
all".
In other words I need to enter a formula that when any number, date, text,
or whatever it may be is typed into A1, then B1=10. Thanks for the help.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default Syntax for "Any Value"

Wow! The perfect solution. Thanks for the quick response.

"FSt1" wrote:

hi
put this formula in B1.
=if(A1="","",10)
so long as a1 is empty, B1 will show null. put something in a1 and b1 = 10.

regards
FSt1

"SoupNazi" wrote:

Is there something you can type into a formula that signifies "anything at
all".
In other words I need to enter a formula that when any number, date, text,
or whatever it may be is typed into A1, then B1=10. Thanks for the help.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Syntax for "Any Value"

your welcome

FSt1

"SoupNazi" wrote:

Wow! The perfect solution. Thanks for the quick response.

"FSt1" wrote:

hi
put this formula in B1.
=if(A1="","",10)
so long as a1 is empty, B1 will show null. put something in a1 and b1 = 10.

regards
FSt1

"SoupNazi" wrote:

Is there something you can type into a formula that signifies "anything at
all".
In other words I need to enter a formula that when any number, date, text,
or whatever it may be is typed into A1, then B1=10. Thanks for the help.

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
Syntax to "OR" 3 "ISERROR" conditions Mike K Excel Worksheet Functions 6 July 22nd 06 04:18 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
disregard 12/19/05 ".XValues syntax problem" question. Answer fou JF_01 Charts and Charting in Excel 1 December 19th 05 08:22 PM
what is syntax for if(between range of dates,"Q1","Q2")? TLB Excel Worksheet Functions 3 December 6th 05 05:19 PM


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