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?
- Spreadsheet function - Guide
- Tmobile data check - Guide
- We weren't able to confirm your identity from the video you submitted. you can submit a new video and we'll review it again. learn more. - Instagram Forum
- Google spreadsheet right to left - Guide
- We weren't able to confirm your identity from the video you submitted. you can submit a new video and we'll review it again. learn more. thanks, the instagram team ✓ - Instagram 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.