Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default issue with IF and text

I'm trying to get this formula in cell T62 to show "X" if W62 is blank or
less then 0 but add 3 to the value if "yes" is pulled down on a data
validtion chart in another cell

Here is what I have come up with but when W62 is greater then 0 and U62 is
"yes" it is not adding 3 more to the value displayed in T62

=IF(W620,SUM(V62:X62),"X"+IF(W620&U62="yes",3,0) )

It's more then likely something simple, I'll admit I am not very good at
excel I leave it for weeks and when I come back I have to "relearn" everything

Thanks!!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default issue with IF and text

Try this...

Assuming W62 will not contain text.

=IF(W62<=0,"X",SUM(V62:X62,(U62="yes")*3)

--
Biff
Microsoft Excel MVP


"evilthorne" wrote in message
...
I'm trying to get this formula in cell T62 to show "X" if W62 is blank or
less then 0 but add 3 to the value if "yes" is pulled down on a data
validtion chart in another cell

Here is what I have come up with but when W62 is greater then 0 and U62 is
"yes" it is not adding 3 more to the value displayed in T62

=IF(W620,SUM(V62:X62),"X"+IF(W620&U62="yes",3,0) )

It's more then likely something simple, I'll admit I am not very good at
excel I leave it for weeks and when I come back I have to "relearn"
everything

Thanks!!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default issue with IF and text

Thanks worked great!

"T. Valko" wrote:

Try this...

Assuming W62 will not contain text.

=IF(W62<=0,"X",SUM(V62:X62,(U62="yes")*3)

--
Biff
Microsoft Excel MVP


"evilthorne" wrote in message
...
I'm trying to get this formula in cell T62 to show "X" if W62 is blank or
less then 0 but add 3 to the value if "yes" is pulled down on a data
validtion chart in another cell

Here is what I have come up with but when W62 is greater then 0 and U62 is
"yes" it is not adding 3 more to the value displayed in T62

=IF(W620,SUM(V62:X62),"X"+IF(W620&U62="yes",3,0) )

It's more then likely something simple, I'll admit I am not very good at
excel I leave it for weeks and when I come back I have to "relearn"
everything

Thanks!!



.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default issue with IF and text

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"evilthorne" wrote in message
...
Thanks worked great!

"T. Valko" wrote:

Try this...

Assuming W62 will not contain text.

=IF(W62<=0,"X",SUM(V62:X62,(U62="yes")*3)

--
Biff
Microsoft Excel MVP


"evilthorne" wrote in message
...
I'm trying to get this formula in cell T62 to show "X" if W62 is blank
or
less then 0 but add 3 to the value if "yes" is pulled down on a data
validtion chart in another cell

Here is what I have come up with but when W62 is greater then 0 and U62
is
"yes" it is not adding 3 more to the value displayed in T62

=IF(W620,SUM(V62:X62),"X"+IF(W620&U62="yes",3,0) )

It's more then likely something simple, I'll admit I am not very good
at
excel I leave it for weeks and when I come back I have to "relearn"
everything

Thanks!!



.



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
Text Box Issue bsbm525 Excel Discussion (Misc queries) 0 July 10th 09 09:32 PM
Excel text box issue peterhill Excel Discussion (Misc queries) 0 April 6th 09 03:41 AM
Text Wrap Issue clara New Users to Excel 5 June 6th 08 10:01 PM
Text to columns issue sminor Excel Discussion (Misc queries) 1 August 16th 06 07:24 PM
Issue with copying Text. David Excel Discussion (Misc queries) 2 December 17th 04 12:39 AM


All times are GMT +1. The time now is 08:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"