Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15
Default Conditiona Formatting to "white out" #N/A

I have pre-populated a spreadsheet to be used as an order form with
v-lookups. Until the user enters an item the #N/A text appears. Is there a
simple way I can use conditional formatting to make the #N/A font color white
so it will appear invisible until a line item is entered at which time I
would change font color back to black?

Also, I would like to show a sums at the bottom of the spreadsheet, but
since I don't know how many items the customer will order I don't know the
number of rows to include

Thanks so much
--
Lele
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default Conditiona Formatting to "white out" #N/A

There's an example here for hiding errors with conditional formatting:

http://www.contextures.com/xlCondFormat03.html#Errors

For the totals, in Excel 2003 you can change the table to a List
(DataListCreate List)
Then choose DataListTotal Row

Lele wrote:
I have pre-populated a spreadsheet to be used as an order form with
v-lookups. Until the user enters an item the #N/A text appears. Is there a
simple way I can use conditional formatting to make the #N/A font color white
so it will appear invisible until a line item is entered at which time I
would change font color back to black?

Also, I would like to show a sums at the bottom of the spreadsheet, but
since I don't know how many items the customer will order I don't know the
number of rows to include

Thanks so much



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 857
Default Conditiona Formatting to "white out" #N/A

I assume that:

1. there's a maximum number of orders in your order form
2. You're using the VLOOKUP function to lookup the price or some numeric value
3 The #N/A is what prevents you from simply summing the entire column with
vlookups.

Maybe something like this would work for you

=IF(ISNA(VLOOKUP(lookup_value, table_array, col_index_num, range_lookup)),
0, VLOOKUP(lookup_value, table_array, col_index_num, range_lookup))



"Lele" wrote:

I have pre-populated a spreadsheet to be used as an order form with
v-lookups. Until the user enters an item the #N/A text appears. Is there a
simple way I can use conditional formatting to make the #N/A font color white
so it will appear invisible until a line item is entered at which time I
would change font color back to black?

Also, I would like to show a sums at the bottom of the spreadsheet, but
since I don't know how many items the customer will order I don't know the
number of rows to include

Thanks so much
--
Lele

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 130
Default Conditiona Formatting to "white out" #N/A

In conditional formatting for the cell you want to ( hide NA ) - FORMULA IS
=ISERROR(Cell#) then press the format button and format cell color as white

"Lele" wrote:

I have pre-populated a spreadsheet to be used as an order form with
v-lookups. Until the user enters an item the #N/A text appears. Is there a
simple way I can use conditional formatting to make the #N/A font color white
so it will appear invisible until a line item is entered at which time I
would change font color back to black?

Also, I would like to show a sums at the bottom of the spreadsheet, but
since I don't know how many items the customer will order I don't know the
number of rows to include

Thanks so much
--
Lele

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 857
Default Conditiona Formatting to "white out" #N/A

If you want it to be blank instead of showing "0",

=IF(ISNA(VLOOKUP(lookup_value, table_array, col_index_num, range_lookup)),
"", VLOOKUP(lookup_value, table_array, col_index_num, range_lookup))



"Vergel Adriano" wrote:

I assume that:

1. there's a maximum number of orders in your order form
2. You're using the VLOOKUP function to lookup the price or some numeric value
3 The #N/A is what prevents you from simply summing the entire column with
vlookups.

Maybe something like this would work for you

=IF(ISNA(VLOOKUP(lookup_value, table_array, col_index_num, range_lookup)),
0, VLOOKUP(lookup_value, table_array, col_index_num, range_lookup))



"Lele" wrote:

I have pre-populated a spreadsheet to be used as an order form with
v-lookups. Until the user enters an item the #N/A text appears. Is there a
simple way I can use conditional formatting to make the #N/A font color white
so it will appear invisible until a line item is entered at which time I
would change font color back to black?

Also, I would like to show a sums at the bottom of the spreadsheet, but
since I don't know how many items the customer will order I don't know the
number of rows to include

Thanks so much
--
Lele

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
"Wrap text" makes row larger than text resulting in white space. Sherry Excel Discussion (Misc queries) 0 September 5th 06 10:05 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
"IF" statement & "strikethrough" formatting jijy Excel Worksheet Functions 3 March 22nd 06 06:56 PM
Insert "-" in text "1234567890" to have a output like this"123-456-7890" Alwyn Excel Discussion (Misc queries) 3 October 25th 05 11:36 PM


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