Electrical Quote Forms.xlsx
Here is the spreadsheet, I'm trying to get a completed sum at the bottom but get n/a.
Thanks,
Electrical Quote Forms.xlsx
Here is the spreadsheet, I'm trying to get a completed sum at the bottom but get n/a.
Thanks,
all your lines are N/A so its coming down, you need to put =if(h21<>"",h21*b21,"") i think, your sheets readonly password protected so cant see.
Hope this helps
Sometimes its best to start at the beginning and learn VBA & Excel.
Please dont ask me to do your work for you, I learnt from Reading books, Recording, F1 and Google and like having all of this knowledge in my head for the next time i wish to do it, or wish to tweak it.
Available for remote consultancy work PM me
Electrical Quote Forms.xlsx
Should be unprotected
Thanks
Change the formula in I21 to =IF(B21="","",B21*H21) and copy down
Change the formula in I35 to =SUM(I21:I34)
Change the formula in I38 to SUM(I35:I37)
Read this link on If Statements for proper syntax
http://www.techonthenet.com/excel/formulas/if.php
Alan
Have you debugged your code?
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
Thanks Alan,
That worked!![]()
Or you could just "hide" the errors.
Formula:
Please Login or Register to view this content.
and
Formula:
Please Login or Register to view this content.
Regards, TMS
Trevor Shuttleworth - Excel Aid
I dream of a better world where chickens can cross the road without having their motives questioned
'Being unapologetic means never having to say you're sorry' John Cooper Clarke
or change i35 to
=IF(SUMIF(I21:I34,"<>#n/a"),SUMIF(I21:I34,"<>#n/a"),"")
and
i36 to
=IF(I35="","",I35*D18)
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks