#1   Report Post  
Brian Sells
 
Posts: n/a
Default Obscure Question

I am creating a bill tracker with excel and have a question. I have a
construction estimating program that has something in it I would like to
have in my budget worksheet. In one cell there is a drop down list of say
framing materials, as you add a detail to the sheet it adds the name and
price of what you select. After you select something another row of cells
automatically appears for another entry. In my budget sheet I have
designated a certain number of rows(say A1:A20) to provide a drop down list
to select the bill from. Column A provides the name of the bill and column B
provides the bill amount.
Problem is that if I don't have all the rows occupied with data when I try
to get the total in cell B21 I get the #N/A error there and in any row I
leave blank. Is this something that has to be done in VB? Or is there
something I can do different than just pre-designating those rows. Any help
would be greatly appreciated. Thanks in advance, Brian


  #2   Report Post  
CLR
 
Posts: n/a
Default

You might try wrapping your formulas in a IF statement like:

=IF(ISNA(YourFormula)),"",YourFormula)

Vaya con Dios,
Chuck, CABGx3


"Brian Sells" wrote in message
...
I am creating a bill tracker with excel and have a question. I have a
construction estimating program that has something in it I would like to
have in my budget worksheet. In one cell there is a drop down list of say
framing materials, as you add a detail to the sheet it adds the name and
price of what you select. After you select something another row of cells
automatically appears for another entry. In my budget sheet I have
designated a certain number of rows(say A1:A20) to provide a drop down

list
to select the bill from. Column A provides the name of the bill and column

B
provides the bill amount.
Problem is that if I don't have all the rows occupied with data when I try
to get the total in cell B21 I get the #N/A error there and in any row I
leave blank. Is this something that has to be done in VB? Or is there
something I can do different than just pre-designating those rows. Any

help
would be greatly appreciated. Thanks in advance, Brian




  #3   Report Post  
peterm
 
Posts: n/a
Default

I think I know what you are after can you send me a sample worksheet file
Cheers
peterm
"Brian Sells" wrote:

I am creating a bill tracker with excel and have a question. I have a
construction estimating program that has something in it I would like to
have in my budget worksheet. In one cell there is a drop down list of say
framing materials, as you add a detail to the sheet it adds the name and
price of what you select. After you select something another row of cells
automatically appears for another entry. In my budget sheet I have
designated a certain number of rows(say A1:A20) to provide a drop down list
to select the bill from. Column A provides the name of the bill and column B
provides the bill amount.
Problem is that if I don't have all the rows occupied with data when I try
to get the total in cell B21 I get the #N/A error there and in any row I
leave blank. Is this something that has to be done in VB? Or is there
something I can do different than just pre-designating those rows. Any help
would be greatly appreciated. Thanks in advance, Brian



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
VBA Form Combo Box question. WTG Excel Discussion (Misc queries) 3 February 26th 05 04:28 PM
Question about combining data from multiple workbooks into one rep BookOpenandUpright Excel Discussion (Misc queries) 2 February 19th 05 12:37 PM
Formula Question JDT Excel Discussion (Misc queries) 2 January 30th 05 01:17 PM
An easy macro question and one I believe to be a little more diffi TroutKing Excel Worksheet Functions 3 January 18th 05 09:17 PM
conditional formatting question chris Excel Worksheet Functions 2 January 5th 05 03:51 PM


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

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"