Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Green arrow in cells

I need a addition to make this formula insert numbers as text
=IF($A9=24,"",(IF($A9=20,"190",
(IF($A9=20,"020",IF(ISBLANK(B9),"",""))))))
any ideas
Cheers

JAck
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Green arrow in cells

Hi Jack,

There seem to be two options for when A9 = 20: 190 or 020
ISBLANK returns FALSE if there is a space in B9 or if there is a formula that returns "blank". The test seems of no use anyway,
because both TRUE and FALSE generate "".
Otherwise your formula does return numbers as text, which you seem to require. If not, leave out the quotes around the numbers.

Post back in this thread if this doesn't help.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


wrote in message ...
|I need a addition to make this formula insert numbers as text
| =IF($A9=24,"",(IF($A9=20,"190",
| (IF($A9=20,"020",IF(ISBLANK(B9),"",""))))))
| any ideas
| Cheers
|
| JAck


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Green arrow in cells

Doesn't it do just that?

BTW, you test A9 for 20 twice.

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



wrote in message
...
I need a addition to make this formula insert numbers as text
=IF($A9=24,"",(IF($A9=20,"190",
(IF($A9=20,"020",IF(ISBLANK(B9),"",""))))))
any ideas
Cheers

JAck



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Green arrow in cells

The formula *does* give the numbers as text. You can confirm it with
=ISTEXT(cell_ref).

But note that you've got 2 conditions testing for $A9=20, so you won't get
to the "020" value.
--
David Biddulph

wrote in message
...
I need a addition to make this formula insert numbers as text
=IF($A9=24,"",(IF($A9=20,"190",
(IF($A9=20,"020",IF(ISBLANK(B9),"",""))))))
any ideas
Cheers

JAck



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
green mark in the top left corner of cells leo Excel Discussion (Misc queries) 4 June 21st 07 11:15 PM
How to get rid of green triangles from top-left corner of cells? amin3570 Excel Discussion (Misc queries) 2 February 13th 06 11:11 PM
Can i add up all green filled cells in a workbook? Richelle Excel Worksheet Functions 1 November 30th 05 05:40 AM
How do I get excel to add cells by color? Like all green cells (s. chakatania Excel Discussion (Misc queries) 1 March 8th 05 10:25 AM
I am getting Green triangle on one column in all the cells ? nach New Users to Excel 2 December 14th 04 10:03 PM


All times are GMT +1. The time now is 02:10 PM.

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"