![]() |
|
#1
|
|||
|
|||
![]()
Apologies miless2111s I'm a bit lost, can I be more specific so that I can try and understand better.
Column (Number20) - contains my planned meterage Column (Number19) - contains my meters complete Column (Text 30) - is where I want to see the meterage progress so I use the below formula in column Text 30 - Format([Number19]/[Number20]*100 & "% ","0%") This calculates the correct percentage and format when column 19 has progress, however when is is zero I get #ERROR. And there are columns I want to manually enter hence why I needed a new column. I created (text 21) to be that column. Any help would be appreciated |
#2
|
|||
|
|||
![]() Quote:
iif([number19] = 0,0,your calculation) When you say that you've got text21 to be a manual entry field do you want one of number19, 20 or text30 to be replaced by the contents of text21? If so simply use the "check if [text20] contains something" formula that I provided Or have I misunderstood that you want. |
#3
|
|||
|
|||
![]()
Sorry miless2111s it's not working, can I send you screenshots of what I am trying to do, if you are available to help that is?
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Formula to check combinations of values in one column to find match from another column | kong1802 | Excel | 1 | 06-15-2018 05:26 AM |
Is it possible to put a formula in a table column header to define the name of the column? | JacquesW | Excel | 3 | 05-08-2017 08:00 AM |
![]() |
johnd23 | Excel Programming | 1 | 03-31-2017 02:29 PM |
force formula calc to manual when opening any workbook | johnd23 | Excel | 1 | 02-27-2017 08:22 PM |
![]() |
KramerJ | Excel | 3 | 05-07-2009 11:35 PM |