If function problem
Closed
PJ
-
Sep 1, 2009 at 12:14 PM
sharpman Posts 1021 Registration date Saturday May 23, 2009 Status Contributor Last seen October 20, 2010 - Sep 1, 2009 at 05:09 PM
sharpman Posts 1021 Registration date Saturday May 23, 2009 Status Contributor Last seen October 20, 2010 - Sep 1, 2009 at 05:09 PM
Related:
- When you wrote incorrect functions, what did you learn about spreadsheet data?
- Tmobile data check - Guide
- Google spreadsheet right to left - Guide
- Functions of spreadsheet - Guide
- How to reset safe folder password without losing data ✓ - Android Forum
- We limit how often you can post, comment or do other things in a given amount of time in order to help protect the community from spam. you can try again later. learn more ✓ - Facebook Forum
2 responses
I am sorry but am a bit confused in trying to understand what you are tryin to do, but if you want to make difference between positive and negative value use
If X >0 then
'do something
'for positive values
end if
If X < 0 then
' do something
' for negative values
end if
If X >0 then
'do something
'for positive values
end if
If X < 0 then
' do something
' for negative values
end if
sharpman
Posts
1021
Registration date
Saturday May 23, 2009
Status
Contributor
Last seen
October 20, 2010
183
Sep 1, 2009 at 05:09 PM
Sep 1, 2009 at 05:09 PM
i'm with deepbreathe, you need to be more specific in your goal.