![]() |
#1
|
|||
|
|||
![]()
I would like to enter data in either of two columns and have it appear in the other. Consider a vacation spreadsheet. If "Column A" were hours and "Column B" were Days I would like to enter "8" in "Column A" and have "1" appear in "Column B"; or I would like to enter "3" in "Column B" and have "24" appear in "Column A". How can I do this without getting a circular error?
Thanks Tom G |
#2
|
|||
|
|||
![]()
Welcome to the board.
That would require VBA. You could instead use columns A & B as input, and C & D to calculate: Code:
--A-- -B-- --C-- --D-- 1 Hours Days Hours Days 2 16 16 2 3 3 24 3 4 1 1 Error Error D2 and down: =CHOOSE(ISNUMBER(A2) + 2 * ISNUMBER(B2) + 1, "", A2 / 8, B2, "Error") |
#3
|
|||
|
|||
![]()
Thanks! I have programmed a little in Access, but never Excel. I guess I should try.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
combining 2 or more columns of numerical data or text data | heartdoc | Excel | 0 | 12-03-2014 10:57 PM |
![]() |
ketanco | Project | 3 | 08-22-2014 08:10 AM |
A table that expands as you enter in data | OMC | Word | 2 | 02-05-2013 03:27 PM |
![]() |
HipHopapotamus | Word Tables | 1 | 05-02-2011 06:57 PM |
Is there a way to do this? (automatically enter text based on form data) | TIKKI555 | Word | 0 | 05-26-2010 09:21 AM |